/data-structures

Implementations of data structures.

Primary LanguageC++

What is this?

My implementations of fundamental and advanced data structures in various languages to hone my computer science skills and prep for technical interviews.

What I learned

  • Low-level memory management
  • Writing unit tests
  • Object Oriented Programming
  • Pointer manipulation
  • How to use C++ templates