Skip to content

A personal and custom library that will eventually contain all the common data structures. The implementation uses templates and custom iterators to allow the usage of the common STL algorithms on the containers.

Notifications You must be signed in to change notification settings

RaulButuc/MyLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

MyLibrary

A personal and custom library that will eventually contain all the common data structures. The implementation uses templates and custom iterators to allow the usage of the common STL algorithms on the containers (where possible). The project also contains a custom (minimal) unit test framework.

Data structures included so far

  • Singly Linked List (Forward List)
  • Doubly Linked List (List)
  • Binary Search Tree
  • Graph

Coming soon

  • Stack
  • Queue
  • Double Ended Queue (Deque)
  • Treap
  • Red-Black Tree
  • AVL Tree
  • Trie

About

A personal and custom library that will eventually contain all the common data structures. The implementation uses templates and custom iterators to allow the usage of the common STL algorithms on the containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published