Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

How to create static web pages with re-arranged 15-20 links title?

For example : I have link 3 title

a-as-in-alfa

b-as-in-bravo

c-as-in-charlie

(This all are clickable link title, clicking will direct to the particular page)

Now, i just want to auto re-order them with maximum possible combination, like


a-as-in-alfa

b-as-in-bravo

c-as-in-charlie


a-as-in-alfa

c-as-in-charlie

b-as-in-bravo


c-as-in-charlie

b-as-in-bravo

a-as-in-alfa


b-as-in-bravo

a-as-in-alfa

c-as-in-charlie


c-as-in-charlie

a-as-in-alfa

b-as-in-bravo

share|improve this question
Probably the best way to do this is to write a program to do it. – paulmorriss Sep 12 '11 at 7:53
Normally these kinds of questions are migrated to StackOverflow. But due to its low quality nature they will close it as soon as they receive it so I am just going to close it here. – John Conde Jul 13 '12 at 13:06

closed as off topic by John Conde Jul 13 '12 at 13:06

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

you'll have to program this. Here is more information on the algorithms you can use and you can find some examples aswell. http://stackoverflow.com/questions/127704/algorithm-to-return-all-combinations-of-k-elements-from-n

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.