GitHunt

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.

Languages

C++100.0%

Contributors

MIT License
Created August 3, 2018
Updated May 6, 2023
udaram/Data-Structure-with-C- | GitHunt