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

Primary LanguageC++

CodingDojo

All tasks will be in one file to allow people work with online compilers etc.

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