Update README.md

pull/888/head
umbridge 2022-10-02 23:19:23 +05:30 committed by GitHub
parent 144723b3cc
commit 0a358a76eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@
- [Removing Elements of given value](Linked-Lists/remove-specific-elements.cpp) - [Removing Elements of given value](Linked-Lists/remove-specific-elements.cpp)
- [Reversing a linked lists](Linked-Lists/reverse.cpp) - [Reversing a linked lists](Linked-Lists/reverse.cpp)
- [Merging two sorted linked lists](Linked-Lists/merge.cpp) - [Merging two sorted linked lists](Linked-Lists/merge.cpp)
- [Merge k sorted linked lists](Linked-Lists/merge-k-sorted-linked-lists.cpp)
- [Reorder List](Linked-Lists/Reorder-List.cpp) - [Reorder List](Linked-Lists/Reorder-List.cpp)
- [Detecting cycle in a singly linked list](Linked-Lists/Cycle-Detection.cpp) - [Detecting cycle in a singly linked list](Linked-Lists/Cycle-Detection.cpp)
- [Find Merge Point of two singly linked list](Linked-Lists/Find-Merge-Point.cpp) - [Find Merge Point of two singly linked list](Linked-Lists/Find-Merge-Point.cpp)
@ -205,4 +206,4 @@
## Backtracking ## Backtracking
- [N-Queens Problem](Backtracking/n-queens.cpp) - [N-Queens Problem](Backtracking/n-queens.cpp)