Skip to content

Some of the basic data structures implementes in C++ using templates.

Notifications You must be signed in to change notification settings

rohanKanojia/Basic-DS-templates

Repository files navigation

Basic-DS-templates

This is a basic template library written in C++ that implements :-

  • Singly Linked Lists
  • Doubly Linked Lists
  • Circular Linked Lists
  • Binary Search Tree
  • Dynamic Stack (implemented with Linked List)
  • Dynamic Queue (implemented with Linked List)
  • Basic Queue (implemented with Linked List)
  • Hash Map
  • Min Heap
  • Max Heap

These template libraries will work on any platform (Windows/Linux/Mac). These are tested on Linux and most them worked well. In case of any bugs, email me : rohankanojia420@gmail.com

About

Some of the basic data structures implementes in C++ using templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages