Skip to content

Releases: amoldhamale1105/CustomDataStructures

CDS v1.0.0

10 Sep 11:41

Choose a tag to compare

Release notes v1.0.0:

Features

  • Graph as a header only generic data structure and enclosed methods for associated algorithms
  • Hashmap as a header only generic data structure and enclosed methods for associated algorithms
  • Priority Queue as a header only generic data structure and enclosed methods for associated algorithms
  • List as a header only generic data structure and enclosed methods for associated algorithms
  • Pair as a header only generic data structure and enclosed methods for associated algorithms
  • Queue as a header only generic data structure and enclosed methods for associated algorithms
  • Stack as a header only generic data structure and enclosed methods for associated algorithms
  • Vector as a header only generic data structure and enclosed methods for associated algorithms
  • String as a data structure and enclosing methods for associated algorithms
  • Trie as a data structure and enclosing methods for associated algorithms