diff --git a/README.md b/README.md index a425351..b4b7fff 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ You can also create an issue or [contact us](https://github.com/aniketsharma0041 - [Math](#math) - [Searching](#searching) - [Sorting](#sorting) +- [Linked List](#Linked List) - [Tree Alogrithms](#tree) - [Miscellaneous](#others) - [Unit Tests](#unit-tests) @@ -94,7 +95,9 @@ You can also create an issue or [contact us](https://github.com/aniketsharma0041 - [quicksort](https://github.com/aniketsharma00411/algorithmsUse/blob/master/C%2B%2B/Sorting/quicksort.cpp) - [RadixSort](https://github.com/aniketsharma00411/algorithmsUse/blob/master/C%2B%2B/Sorting/RadixSort.cpp) - + +#### Linked List +-[Linked List Display](https://github.com/SubhamChoudhury/algorithmsUse/blob/master/C%2B%2B/DisplayinLL) #### Tree Algorithms