/problem-solving

Repo to maintain code for solving problems using data structures and algorithms

Primary LanguageSwiftMIT LicenseMIT

Problem solving 🎉 🚀

Repo to manage algorithmic questions using Swift

Time complexities of popular algorithms

  • Binary Search: O(log n) - [done]
  • Quick Sort: O(n * log n)
  • Selection Sort: O(n * n)
  • Travelling salesperson : O(n!)
  • Bubble sort: O(n * n)
  • implementation of leetcode problems

made with swift