File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Data Structures/Linked Lists Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ class LinkedList {
103
103
## Code Implementation Links
104
104
105
105
- [ 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 )
108
108
- [ Go] ( https://github.com/TheAlgorithms/Go/blob/master/data-structures/linked-list/double-linkedlist.go )
109
109
110
110
## Video Explanation
You can’t perform that action at this time.
0 commit comments