Skip to content

neelesh38/Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structure

Introduction

Simple data structures implementation in cpp.

What included

list

   * Singly link list
   * Circular link list
   * Double link list
   * Union of two linklist
   * Insertion of two linklist
   * Swapping Nodes
   * Deletion of even values.

Stack

   * Convertion of infix to postfix
   * Evaulation of postfix expression
   * Balanced Brackets in Stack.
   * Game of two stacks.
   * Stack Binary Conversion.

Queue

   * Singly Queue
   * Circular Queue

Sorting Algo

   * Bubble sort
   * Insertion Sort
   * Selection Sort
   * Quick sort (iterative Method)
   * Quick sort (Recusive Method)
   * Merge sort

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages