File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 19
19
* Linked-List
20
20
* [ Double-Linkedlist] ( https://github.com/TheAlgorithms/Go/blob/master/data-structures/linked-list/double-linkedlist.go )
21
21
* [ Linkedlist] ( https://github.com/TheAlgorithms/Go/blob/master/data-structures/linked-list/Linkedlist.go )
22
- * [ Single-Linkedlist] ( https://github.com/TheAlgorithms/Go/blob/master/data-structures/linked-list/single-linkedlist.go )
22
+ * Singlelinkedlist
23
+ * [ Single-Linkedlist] ( https://github.com/TheAlgorithms/Go/blob/master/data-structures/linked-list/singlelinkedlist/single-linkedlist.go )
24
+ * [ Single-Linkedlist Test] ( https://github.com/TheAlgorithms/Go/blob/master/data-structures/linked-list/singlelinkedlist/single-linkedlist_test.go )
23
25
* Trie
24
26
* [ Trie] ( https://github.com/TheAlgorithms/Go/blob/master/data-structures/trie/trie.go )
25
27
* [ Trie Test] ( https://github.com/TheAlgorithms/Go/blob/master/data-structures/trie/trie_test.go )
You can’t perform that action at this time.
0 commit comments