Skip to content

Commit

Permalink
updating DIRECTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions committed May 10, 2021
1 parent c6f4f84 commit 0631081
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# List of all files

## Data Structures
* Heap
* [Heap](https://github.com/TheAlgorithms/Swift/blob/master/data_structures/heap/heap.swift)
* Linked List
* [Linkedlist](https://github.com/TheAlgorithms/Swift/blob/master/data_structures/Linked%20List/LinkedList.swift)
* Queue
* [Queue](https://github.com/TheAlgorithms/Swift/blob/master/data_structures/queue/queue.swift)
* Stack
* [Stack](https://github.com/TheAlgorithms/Swift/blob/master/data_structures/Stack/stack.swift)
* Union Find
* [Union Find](https://github.com/TheAlgorithms/Swift/blob/master/data_structures/union_find/union_find.swift)

## Graph
* Spanning Tree
* [Kruskal](https://github.com/TheAlgorithms/Swift/blob/master/graph/spanning_tree/kruskal.swift)

## Recursion
* [Fibonacci](https://github.com/TheAlgorithms/Swift/blob/master/recursion/fibonacci.swift)
Expand Down

0 comments on commit 0631081

Please sign in to comment.