Arno's Blog

Arno Vyncke's Blog at vbCity
This blog hosted by:
http://blogs.vbcity.com

Wednesday, January 19, 2005

On VBCity I just saw a question related to permutations.
As I am seeing this in my math class (that is 8 hours a week :D) I thought it would be interesting to be programming a bit in that direction (question of having the feeling I really am doing something for school).
I still have to find my solution though, as right now I just using a few nested for-loops, and thus that is not that customisable. Say I need 4-number permutations from something, and then I need 5-number permutations ... that would mean I would need to add a for-loop. That would be like that everytime I changed that number...

Doesn't seem right to me. I just had some kind of idea, but it slipped my mind as my mother walked by telling me to check her mail. Oh well, it'll pop back in.

posted @ 8:43 PM