Naira0 / DNA

Data structures and algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNA

A collection of data structures and algorithms.

this code base has been written over the span of a few years and as such the style and quality of code varies greatly as it has been my playground for data structures and algorithms and sometimes just cool ideas.

Data structures

  • String
  • Vector
  • static array
  • Hash table
  • Ordered hash table that maintains insertion order
  • Singly & Doubly linked list
  • Stack
  • Queue
  • range
  • Binary search tree
  • Red black tree
  • Trie
  • Graph

About

Data structures and algorithms


Languages

Language:C++ 99.3%Language:CMake 0.7%