Skip to content

Commit 0565db8

Browse files
authored
Update README.md
1 parent d5acfa5 commit 0565db8

1 file changed

Lines changed: 16 additions & 11 deletions

File tree

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,22 @@ HistogramEqualization | :+1: | | | | | | | | | |
2828
InsertionSort | :+1: | :+1: | :+1: | | | | :+1: | | | |
2929
Johnson algorithm | | | | | :+1: | | | | | |
3030
Kadane's algorithm | :+1: | :+1: | | | :+1: | :+1: | :+1: | | | |
31-
Backtracking | | | | | | | | | | |
32-
Beam search | | | | | | | | | | |
33-
Beam stack search | | | | | | | | | | |
34-
Best-first search | | | | | | | | | | |
35-
Bidirectional search | | | | | | | | | | |
36-
Bloom filter | | | | | | | | | | |
37-
Breadth-first search | | | | | | | | | | |
38-
Brute-force search | | | | | | | | | | |
39-
Uniform-cost search | | | | | | | | | | |
40-
SSS | | | | | | | | | | |
41-
Bron–Kerbosch algorithm | | | | | | | | | | |
31+
LinearSearch | :+1: | :+1: | | | :+1: | :+1: | | | | |
32+
Longest-Common-Subsequence | :+1: | :+1: | | | :+1: | | | | :+1: | |
33+
Longest-Increasing-Subsequence | :+1: | | | | | | | | | |
34+
LongestPath | | | | | :+1: | | | | | |
35+
MergeSort | :+1: | :+1: | | :+1: | :+1: | :+1: | :+1: | | | |
36+
MiniMaxWithABPruning | :+1: | | | | | | | | | |
37+
Modified_Binary_Search | | | | :+1: | | | | | | |
38+
Postman Sort | | | | :+1: | | | | | | |
39+
Uniform-cost search | :+1: | | | | | :+1: | :+1: | | | |
40+
RadixSort | :+1: | :+1: | | | :+1: | | | | | |
41+
RobinCarp | :+1: | | | | | | | | | |
42+
SelectionSort | :+1: | :+1: | | :+1: | :+1: | :+1: | :+1: | | :+1: | |
43+
ShellSort | :+1: | :+1: | | | :+1: | | | | | |
44+
SieveofEratosthenes | :+1: | :+1: | | | :+1: | | | | | |
45+
UnaryCoding | :+1: | :+1: | | | | :+1: | | | | |
46+
TernarySearch | | | | | :+1: | | | | | |
4247

4348
### List of Algorithms :
4449

0 commit comments

Comments
 (0)