udaram / Data-Structure-with-C-

Link-List,Stack,Queue,Tree,hash Function,Graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.