Skip to content

This repository contains the basics of data structures like implementation of array, linked list, stack, queue, binary search tree along with searching and sorting techniques...

Notifications You must be signed in to change notification settings

rajsaurabh247/Data-Structure-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structure-Basics

THIS REPOSITORY CONTAINS THE BASICS OF DATA STRUCTURES LIKE IMPLEMENTATION OF ARRAY, LINKED LIST, STACK, QUEUE, BINARY SEARCH TREE ALONG WITH SEARCHING AND SORTING TECHNIQUES...

ARRAYS :
  • Array Implementation (all operations)
LINKED-LIST :
  • Singly-Linked List
  • Doubly-Linked List
STACK :
  • Stack using Array
  • Stack using Linked-List
QUEUE :
  • Queue using Array
  • Queue using Linked-List
  • Circular-Queue
BINARY SEARCH TREE :
  • Binary Search Tree (all operations)
SEARCHING :
  • Binary Search
SORTING :
  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort (iterative & recursive)
  • Quick Sort (iterative & recursive)
  • Heap Sort

About

This repository contains the basics of data structures like implementation of array, linked list, stack, queue, binary search tree along with searching and sorting techniques...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages