We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82490eb commit e483588Copy full SHA for e483588
1 file changed
README.md
@@ -71,10 +71,15 @@
71
✨ 3. Insertion sort algorithm -> `Basic_Sorting_Algorithms Chapter` \
72
✨ 4. Counting sort algorithm -> `Basic_Sorting_Algorithms Chapter` \
73
✨ 5. Inbuilt sort algorithm -> `Basic_Sorting_Algorithms Chapter` \
74
-✨ 6. Merge sort algorithm -> `Divide\_&_Conquer Chapter` \
75
-✨ 7. Quick sort algorithm -> `Divide\_&_Conquer Chapter`
+✨ 6. Merge sort algorithm -> `Divide_&_Conquer Chapter` \
+✨ 7. Quick sort algorithm -> `Divide_&_Conquer Chapter`
76
77
**Search Algorithms**
78
79
✨ 1. Linear search algorithm -> `Arrays Chapter` \
80
✨ 2. Binary search algorithm -> `Arrays Chapter`
81
+
82
+**Recursion Concept**
83
+✨ 1. Basic of recursion \
84
+✨ 2. Divide & Conquer \
85
+✨ 3. Backtracking
0 commit comments