Skip to content

satyam-yadav24/DS-ALGO-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS-ALGO-C++

This is a repo for DS Algo in C++

Top algorithms –

  • Insertion sort, Selection sort,
  • Merge Sort, Quicksort
  • Binary Search
  • Breadth First Search (BFS)
  • Depth First Search (DFS)
  • Lee algorithm | Shortest path in a Maze
  • Flood fill Algorithm
  • Floyd’s Cycle Detection Algorithm
  • Kadane’s algorithm
  • Longest Increasing Subsequence
  • Inorder, Preorder, Postorder Tree Traversals
  • Heap Sort
  • Topological Sorting in a DAG
  • Disjoint-Set Data Structure (Union-Find Algorithm)
  • Kruskal’s Algorithm for finding Minimum Spanning Tree
  • Single-Source Shortest Paths — Dijkstra’s Algorithm
  • All-Pairs Shortest Paths — Floyd Warshall Algorithm

Top Data Structures –

  • Along with above algorithms, every computer science student is expected to implement below data structures –
  • Linked List Implementation | Part 1
  • Linked List Implementation | Part 2
  • Insertion in BST
  • Search given key in BST
  • Deletion from BST
  • Stack, Queue
  • Min Heap and Max Heap
  • Graph Implementation using STL
  • Graph Implementation in C++ without using STL
  • Trie Implementation | Insert, Search and Delete
  • Memory efficient Trie Implementation using Map | Insert, Search and Delete
  • One is also expected to be familiar with other programming paradigms like Backtracking, Dynamic Programming, Divide & Conquer, Greedy Algorithms and concepts like Hashing and Recursion.

About

This is a repo for DS Algo in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages