Thread: Hashing In C
View Single Post
Old Feb 21st, 2008, 4:47 AM   #15
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,835
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
Re: Hashing In C

Well I've found that these years, the problems focus more on Dynamic Programming and Graph Theory than on Data Structures. In which case, the STL will do very little for me. I managed to do last year's Stage 1 competition, in Pure C, with about 40 lines of code for each question. So it's not as needy for standard libraries and pre-written code as I first thought. If I mess up a linked list, I shouldn't be writing the competition at all.
Sane is offline   Reply With Quote