Skip to content

Commit e483588

Browse files
committed
Update Readmd.md file
1 parent 82490eb commit e483588

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,15 @@
7171
✨ 3. Insertion sort algorithm -> `Basic_Sorting_Algorithms Chapter` \
7272
✨ 4. Counting sort algorithm -> `Basic_Sorting_Algorithms Chapter` \
7373
✨ 5. Inbuilt sort algorithm -> `Basic_Sorting_Algorithms Chapter` \
74-
✨ 6. Merge sort algorithm -> `Divide\_&_Conquer Chapter` \
75-
✨ 7. Quick sort algorithm -> `Divide\_&_Conquer Chapter`
74+
✨ 6. Merge sort algorithm -> `Divide_&_Conquer Chapter` \
75+
✨ 7. Quick sort algorithm -> `Divide_&_Conquer Chapter`
7676

7777
**Search Algorithms**
7878

7979
✨ 1. Linear search algorithm -> `Arrays Chapter` \
8080
✨ 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

Comments
 (0)