File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 3434 Then run the project in ``` Release Mode ```
3535
3636 ### Here is the explanation of each algorithm:
37- Coming soon
37+
38+ ### Sorting:
39+ - Bubble Sort : https://www.programiz.com/dsa/bubble-sort
40+ - Insertion Sort : https://www.programiz.com/dsa/insertion-sort
41+ - Selection Sort : https://www.programiz.com/dsa/selection-sort
42+ - Bucket Sort : https://www.programiz.com/dsa/bucket-sort
43+ - Merge Sort : https://www.programiz.com/dsa/merge-sort
44+ - Quick Sort : https://www.programiz.com/dsa/quick-sort
45+ - Counting Sort : https://www.programiz.com/dsa/counting-sort
46+
47+ ### Searching:
48+ - Binary Search : https://www.programiz.com/dsa/binary-search
49+ - Ternary Search : Same as binary search but with dividing in 3 sections.
50+ - Jump Search : https://en.wikipedia.org/wiki/Jump_search
51+ - Linear Search : https://www.programiz.com/dsa/linear-search
52+ - Exponential Search : https://en.wikipedia.org/wiki/Exponential_search
You can’t perform that action at this time.
0 commit comments