8000 Update Doubly Linked List.md · csk20/Algorithms-Explanation@71726cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 71726cb

Browse files
authored
Update Doubly Linked List.md
1 parent c933e12 commit 71726cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Data Structures/Linked Lists/Doubly Linked List.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ class LinkedList {
103103
## Code Implementation Links
104104

105105
- [Java](https://github.com/TheAlgorithms/Java/blob/master/DataStructures/Lists/DoublyLinkedList.java)
106-
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Datastructures/Doubly%20Linked%20List.cpp)
107-
- [Python](https://github.com/TheAlgorithms/Python/blob/master/data_structures/LinkedList/DoublyLinkedList.py)
106+
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Data%20Structure/Doubly%20Linked%20List.cpp)
107+
- [Python](https://github.com/TheAlgorithms/Python/blob/master/data_structures/linked_list/doubly_linked_list.py)
108108
- [Go](https://github.com/TheAlgorithms/Go/blob/master/data-structures/linked-list/double-linkedlist.go)
109109

110110
## Video Explanation

0 commit comments

Comments
 (0)
0