Skip to content

Here you will find all the codes of linked lists, stack, queue, trees and graphs

Notifications You must be signed in to change notification settings

iLakshya/Data-Structure-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure & Algorithms

SINGLE LINKED LIST:

  • Traversing the List
  • Insertion (At start of the list, end of the list and in the middle of the list)
  • Deletion (From the start of the list, end of the list and middle of the list)

DOUBLE LINKED LIST:

  • Traversing the List
  • Insertion (At start of the list, end of the list and in the middle of the list)
  • Deletion (From the start of the list, end of the list and middle of the list)

CIRCULAR LINKED LIST:

  • Traversing the List
  • Insertion (At start of the list, end of the list and in the middle of the list)
  • Deletion (From the start of the list, end of the list and middle of the list)

STACK:

  • Pop
  • Push
  • Overflow & Underflow

QUEUE:

  • Enqueue
  • Dequeue

TREES:

  • Binary Tree
  • Binary Search Tree
  • AVL Tree
  • B-Tree

GRAPHS:

  • Spanning Tree
  • Adjacency Matrix
  • Adjacency List

About

Here you will find all the codes of linked lists, stack, queue, trees and graphs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages