Skip to content

dipta-dhar/Algorithm-and-DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Implemented Algorithms

Sorting Algorithms

Algorithm C/CPP Java Python C#
Bubble Sort βœ… βœ… βœ…
Bucket Sort βœ… βœ… βœ…
Bitonic Sort βœ… βœ… βœ…
Cocktail Sort βœ… βœ…
Comb Sort βœ… βœ…
Counting Sort βœ… βœ… βœ…
Cycle Sort βœ… βœ… βœ…
Heap Sort βœ… βœ…
Insertion Sort βœ… βœ… βœ…
Merge Sort βœ… βœ…
Odd-Even Sort βœ… βœ… βœ…
Quick sort βœ… βœ…
Radix Sort βœ… βœ… βœ…
Selection Sort βœ… βœ… βœ…
Shell Sort βœ… βœ…
Sleep Sort βœ… βœ… βœ…
Tim Sort βœ… βœ… βœ…

Searching & Traversal Algorithms

Algorithm C/CPP Java Python C#
Linear Search βœ… βœ… βœ…
Binary Search βœ… βœ… βœ…
Breadth First Traversal βœ… βœ… βœ…
Depth First Traversal βœ… βœ… βœ…

Shortest Path Algorithms

Algorithm C/CPP Java Python C#
Bellman Ford's Algorithm βœ… βœ… βœ… βœ…
Dijkstra's Algorithm βœ… βœ… βœ…
Floyd–Warshall's Algorithm βœ… βœ… βœ…

Minimum Spanning Tree Algorithms

Algorithm C/CPP Java Python C#
Kruskal’s Algorithm βœ… βœ… βœ… βœ…
Prim’s Algorithm βœ… βœ… βœ… βœ…

DP Algorithms

Algorithm C/CPP Java Python C#
0-1 Knapsack Problem βœ… βœ… βœ…
Coin Change Problem βœ… βœ… βœ…
Longest Common Subsequence βœ… βœ… βœ… βœ…
Longest Increasing Subsequence βœ… βœ…
Longest Palindromic Substring βœ… βœ… βœ…
Longest Palindromic Subsequence βœ… βœ… βœ…
Largest Sum Contiguous Subarray βœ… βœ… βœ… βœ…
Rock-Climbing Problem βœ… βœ… βœ… βœ…

Backtracking Algorithms

Algorithm C/CPP Java Python C#
Hamiltonian Cycle Problem βœ… βœ… βœ… βœ…
Knight’s tour problem βœ… βœ…
N-Queen Problem βœ… βœ…
Permutations Generator βœ… βœ…
Rat in a Maze Problem βœ… βœ… βœ…
Subset Sum Problem βœ… βœ…
Sudoku Solver βœ… βœ… βœ…

Implemented Data Structures

Data Structure C/CPP Java Python C#
AVL Tree βœ… βœ… βœ…
Binary Search Tree βœ… βœ… βœ… βœ…
Linked List βœ… βœ… βœ…
Queue βœ… βœ… βœ…
Stack βœ… βœ… βœ…
Trie βœ… βœ… βœ…

About

Algorithms and Data Structures implemented in some well known languages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published