Skip to content

Command line program to demonstrate some typical operations of various data structures. (Heap, Stack, Circular Buffer Queue, Linked List Queue))

Notifications You must be signed in to change notification settings

benrrr/Data-Structure-Demonstrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command line program to demonstrate some typical operations of various data structures. (Heap, Stack, Circular Buffer Queue, Linked List Queue))

Operations

Stack

  1. Push
  2. Pop
  3. Display
  4. Search
  5. Size

Queue (Circular Buffer and Linked List implementations)

  1. Add
  2. Remove
  3. Display
  4. Search
  5. Size

Heap

  1. Insert
  2. Remove
  3. Display
  4. Size
  5. Search

Sample Output

Display Heap

Heap Display

Search Heap

Heap Search

About

Command line program to demonstrate some typical operations of various data structures. (Heap, Stack, Circular Buffer Queue, Linked List Queue))

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages