Skip to content

Algorithms and data structures implemented in Swift

Notifications You must be signed in to change notification settings

kezipe/algorithms-swift

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages