Skip to content

Implementation and testing of important data structures and algorithms

Notifications You must be signed in to change notification settings

pankajku9/ds_algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation and testing of data structures and algorithms

Details

This repository contains implementation (in c and c++) of data structures and various operation on them.

  1. Stack
  2. Queue(linear, circular, list)
  3. Heap
  4. Linked list
  5. Binary Tree
  6. Binary Search Tree
  7. Trie
  8. Disjoint Set
  9. Hash table
  10. Graph (Adjoint matrix and adjoint list)

It also have algorithms such as

  1. Sorting
  2. Searching
  3. String matching
  4. Shortest path and minimum spanning tree

About

Implementation and testing of important data structures and algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published