- HashMap - user gets basic, not working implementation of hash map, has to add code to work properly, for sake of simplicity hash map is only for integer keys. Additionaly two benchmarks for read and write are included/it is recommended to experiment with bucket sizes.
pawelkulig1/CodingDojo
Sometimes I have to organize coding dojo for my co-workers, to learn and play with code, here are example tasks and my solutions.
C++