vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How to get all possible combinations? (https://vborg.vbsupport.ru/showthread.php?t=49738)

p0wered 03-09-2003 10:40 PM

This is a great start, I am going to be learning c and vb I would think, this can be easily accomplished with those languages then a web programming language.

Thanks for your help Filb, you got me going in the right direction.

filburt1 03-09-2003 10:42 PM

Glad to help. My suggestion is just reverse the process of checkforwards() and checkbackwards() to generate sequences instead of validating them. Either way you can see the logic in the if statement of the for loops in both functions.

p0wered 03-09-2003 10:50 PM

How exactly would I reverse the proccess of testforwards and testbackwards?

I am a bit ne to php I know the basics, but your coding is way to advances :)

Thanks again!

filburt1 03-09-2003 10:52 PM

(side note: there are technically infinite permutations; you need to say what integers can be used and how many of them)

The core logic behind the whole thing is this line:
PHP Code:

if ($sequence[$i] != $smallest and $sequence[$i] != $sequence[$i 1] + 1) return false

Translated:
Quote:

If the current element in the sequence is not the smallest element and it is not equal to the (previous item in the sequence plus one), then the sequence is invalid.

p0wered 03-09-2003 11:03 PM

Ah I see.

So how do I reverse this to output all sequences?

Sorry, it seems I am a php newbie, just know all basics and mysql basics.

filburt1 03-09-2003 11:36 PM

SOrry but I don't have to time to rewrite the script.

p0wered 03-10-2003 12:11 AM

Oh, I wasn't asking to rewrite :) What you have done is so much, and I appreciate the time you took. When anyone has the time, if they can tell me which line to edit, and how to edit it I will do the rest.

Thanks again.


All times are GMT. The time now is 06:32 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01089 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete