@@ -21,7 +21,7 @@ Each major section will be wrapped into a separete `.playground` file, meaning t
2121 -  [ Priority Queue] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Sources/PriorityQueue.swift ) 
2222 -  [ Dequeue] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/Dequeue.xcplaygroundpage/Contents.swift ) 
2323 -  [ Linked List] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/Linked%20List.xcplaygroundpage/Contents.swift ) 
24-  -  Doubly Linked List
24+  -  [ Doubly Linked List] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/DoublyLinkedList.xcplaygroundpage/Contents.swift ) 
2525 -  Circular Linked List
2626 -  [ Tree] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/Tree.xcplaygroundpage/Contents.swift )  
2727 -  [ Binary Tree] ( https://github.com/jVirus/swift-algorithms-data-structs/blob/master/Data%20Structures.playground/Pages/BinaryTree.xcplaygroundpage/Contents.swift ) 
0 commit comments