|
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.
|