From 67aa4e6096a3bd6db95dc596bf971df64a74abb8 Mon Sep 17 00:00:00 2001
From: Subham Choudhury <55877612+SubhamChoudhury@users.noreply.github.com>
Date: Wed, 7 Oct 2020 10:44:33 +0530
Subject: [PATCH] Update README.md
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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