Skip to content

udaram/Data-Structure-with-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structure

This repo contains source code for ::

  • 1.Link-List
  • 2.Stack
  • 3.Queue
  • 4.Tree
  • 5.AVL tree,
  • 6.Hashing-Quadratic hashing,
  • 7.Graph-repersentation of graph using adjacency matrix or list,
  • 8.Breadth first traversal,
  • 9.Depth first traversal,
  • 10.Topological Sort,
  • 11.Kruskal algo for minimum spanning tree,

Sorting Algorithms::

  • 1.selection Sort
  • 2.insertion sort
  • 3.bubble sort
  • 4.Quick sort
  • 5.Merge sort
  • 7.Heap sort *etc.