No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: [quote=lulug76;111852]I am wrote a program that generates 20 random numbers from 1-99 and put them into an array. I am trying to sort them with a bucket sort, but I can't figure out how to do it. I have searched google and yahoo for information but everything I find just … | |
Re: The best solutions I've seen lately for a variety of sorting methods are at: [URL]http://www.codecogs.com/pages/catgen.php?category=array/sort[/URL] | |
Re: I'm sorry to disappoint everyone. But what exactly are you calculating, its certainly not Pascal's Triangle. If you're in any doubt of what the first few rows of the triangle should look like see: [URL]http://en.wikipedia.org/wiki/Pascal_triangle[/URL] And some clean code I've found that shows how to calculate any given row in … |
The End.