Skip to content

Hello geeks this is a small repository containing programs of data structures implemented in C++

Notifications You must be signed in to change notification settings

abhi-shek2000/DataStructuresusingC_plusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStructuresusingC_plusplus

🔴 Description

Hello geeks this is a small repository containing programs of data structures implemented in C++ I'm new to github so understand if any mistakes are made by me and also don't forget to star my work :p

I'm going to include all basic data Structures like array, dynamic array, linked list, doubly linked list, circular linked list, stack, queue, doubly ended queue, priority queue ....

Prerequisite

  • Basic Knowledge of C++
  • Definition of given Data-Structures

Contents

  • Arrays
    • Static Arrays
    • Dynamic Arrays
  • Linked Lists
    • Singly Linked List
    • Doubly Linked List
    • Circular Linked List
  • Stack
    • Basic Stack
    • Applications
      • Parenthesis Check
      • String Reverse
      • Infix to Post-Fix conversion
  • Queues
    • Normal Queue
    • Priority Queue (Example based on - Hospital Patient Priority order)
  • Binary Tree
    • Simple Binary Tree(Inserting & All types of traversals)

Author:

 Abhishek Mule

About

Hello geeks this is a small repository containing programs of data structures implemented in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages