Skip to content

A collection of data-structures implementations in C++. See https://shahnawaskhan.medium.com/ for tutorials related to each data structures in this repo.

Notifications You must be signed in to change notification settings

shahnk19/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

A collection of data-structures implementations in C++.

Build

Build the project

  $ ./bin/build.sh

Test the Linked List

  $ ./LinkedListTest
  $ ./LinkedListInsertionTest
  $ ./LinkedListDeletionTest

Test the Stack

  $ ./StackTest
  $ ./StackBracketBalancer '{{}{}}'

Test the Queue

  $ ./QueueTest

About

A collection of data-structures implementations in C++. See https://shahnawaskhan.medium.com/ for tutorials related to each data structures in this repo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published