Skip to content

karshil2309/DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStructure

 -It has the program of Stack and Queue representation in Numbers and characters.
 -Bubble Sort Program made in Turbo C.
 -Also Stack and Queue implmentation in C in whole Single Program.
  • Bubble Sort in C.
  • Small Switch case programs of Stack and Queue operations according to user's choice.
  • Merger Sort in C.
  • Queue implementations in C.
  • Quick Sort in C.
  • Stack implementation using linked list in C.