Skip to content

Class templates made by me for different data structures in C++.

License

Notifications You must be signed in to change notification settings

code-chaser/ds-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ds-cpp


INTRODUCTION

Class templates made by me for different data structures in C++.

  • Want to Contribute? Please see this.

  • Singly Linked List
  • Doubly Linked List
  • Binary Search Tree
  • Max Heap / Min Heap
  • Segment Tree
  • Misc


SET-UP INSTRUCTIONS


BUILD & EXECUTE

  • For Windows users: firstly install make for executing makefile, from this link;
  • For Linux users: make generally comes pre-installed;
    • if not, then run the following command: sudo apt-get install make

  • Now, run the following commands:
  make singlyLinkedList # for singly liked list testing;
  
  make doublyLinkedList # for doubly liked list testing;



Happy DSA Learning! ;)


About

Class templates made by me for different data structures in C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published