We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de0194 commit 19f4a43Copy full SHA for 19f4a43
README.md
@@ -1 +1,10 @@
1
-# data-structures-with-interview-coding-questions-using-python
+# Data Structures With Interview Coding Questions Using Python
2
+
3
+## 1. Linked List Data Structure
4
5
+ * Introduction - https://www.youtube.com/watch?v=0Ag8sqBuc6c&t=5s
6
+ * Insertion Operations - https://www.youtube.com/watch?v=34ohGRyW8Mw&t=24s
7
+ * Traversal and Find Operations - https://www.youtube.com/watch?v=tMAgzkcqe6o&t=8s
8
+ * Deletion Operations - https://www.youtube.com/watch?v=yKNyxIe6oc8&t=166s
9
+ * Interview Coding Question-1 - https://www.youtube.com/watch?v=nnJIvuHRtFM&t=296s
10
+ * Interview Coding Question-2 - https://www.youtube.com/watch?v=z1fRlimnwII
0 commit comments