There was an error while loading. Please reload this page.
1 parent 8bf7509 commit 74bb1ffCopy full SHA for 74bb1ff
1 file changed
DIRECTORY.md
@@ -277,7 +277,6 @@
277
* [Rotate To The Right](data_structures/linked_list/rotate_to_the_right.py)
278
* [Singly Linked List](data_structures/linked_list/singly_linked_list.py)
279
* [Skip List](data_structures/linked_list/skip_list.py)
280
- * [Sorted Linked List](data_structures/linked_list/sorted_linked_list.py)
281
* [Swap Nodes](data_structures/linked_list/swap_nodes.py)
282
* Queues
283
* [Circular Queue](data_structures/queues/circular_queue.py)
0 commit comments