Algorithms and Data Structures Implemented in Swift Data Structures heap linked list queue stack trie Algorithms Sorting Algorithms selectionsort Other Algorithms bi-directional BFS breadth-first search depth-first search topological ordering cycle detection maze solver Dijkstra's algorithm Bellman-Ford algorithm DAG (Directed Acyclic Graph) shortest path algorithm FX trading arbitrage detection longest path algorithm