Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 213 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 213 Bytes

Currently implemented data structures

  • Dynamic array (int only)
  • Linked list (int only)

TODO

  • Doubly linked list
  • Hashmap
  • Graphs
  • Trees
  • Heaps
  • AVX, multithread, CUDA ?
  • "Template" using macros ?