/Data-Structures-and-Algorithms-CPP

Data Structures and Algorithm Implementation in Modern C++ .

Primary LanguageC++

MODERN C++ DSA

Writing DSA using Modern C++

RECENT CHANGES

  • Added Stack
  • Moved classes inside xe namespace
  • Added Double Linked List ( List.hpp )
  • Renamed singly_linked_list.hpp to Forward_list.hpp

TODO

IN DOUBLE LINKED LIST

  • Various Methods
  • Optimization

IN SINGLY LINKED LIST

  • Possible Error Handling
  • Optimization

Note

This is nowhere near complete, I'm just adding what I'm learning.

ArcShahi >_<