UTCS371P Project 3: Australian Voting
Monday, September 28th, 2009Australian Voting was an interesting project. Like the two projects previous, I had solved this problem before. However, last time I solved it, I did it in Java, and if I remember correctly, I proctrastinated and used a naive algorithm because I ran short on time. This time was quite different. CS371P is using C++, and Prof. Downing has added the following restrictions in the projects so far:
- No dynamic memory allocation (malloc()/free(), new/delete), aka no heap allocations.
- No STL containers