Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 901 Bytes

File metadata and controls

31 lines (16 loc) · 901 Bytes

Data Structure Implementations

Personal Studies Covering Core Data Structures and Algorithms in C++11


Elements of Programming Interviews

Study Scenario - 1 Month Table

Study Scenario


TODO

  • Implement Google Test in order to use CHECK() rather than assert for unit tests

  • Remove all areas where an exception is thrown and figure out alternative way to handle logic errors and proper cleanup

  • Cleanup chapter 13 work, document, and open merge request

  • Remove Strings/ Directory

  • Create Test Scripts directory, investigate whether moving to CMakelists or having a global Makefile is the best option

  • Get Travis CI running

  • Setup project Tasks / Tickets