You are here: Re: Combination or Permutation question! « PHP Programming Language « IT news, forums, messages
Re: Combination or Permutation question!

Posted by Oli Filth on 03/29/06 16:11

Alkimake said the following on 29/03/2006 13:28:
> Here is the answer that Oli found :)
>
> function getCombinations($values)
> {
> $perms = array(null);
> foreach ($values as $key => $v)
> {
> $temp = $values;
> for ($i=0; $i<=$key; $i++) {
> unset($temp[$i]);
> }
> $newPerms = getCombinations($temp);
> foreach ($newPerms as $perm)
> {
> $perms[] = ($v . $perm);
> }
> }
> return $perms;
> }
>


P.S.: array_splice()


--
Oli

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация