Tagged Questions
The icpc tag has no wiki summary.
3
votes
3answers
188 views
General classes/source code for solving Java algorithmic problems?
I need to build a small repository of algorithms with implementation and description. I found recently, for example, an efficient permutations generator for permutations of arbitrary length. Where can ...
2
votes
5answers
809 views
Where does Intel C++ Compiler store the vptr ( pointer to virtual function table ) in an Object?
Where does Intel C++ Compiler store the vptr ( pointer to virtual function table ) in an Object ?
I believe MSVC puts it at the beginning of the object, gcc at the end. What is it for icpc ( Intel ...
1
vote
2answers
78 views
Where can I find previous ACM ICPC contest problems?
I'm leading a small group of developer at my university and I'd like to work through a couple of ICPC problem sets from previous years.
Searching on Google yields no useful results, just page upon ...