aoenth / algorithms-swift

Algorithms and data structures implemented in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Algorithms and data structures implemented in Swift


Languages

Language:Swift 100.0%