Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodesp/leetcode-scala
Working through Leetcode problems with Scala
https://github.com/theodesp/leetcode-scala
leetcode leetcode-solutions scala
Last synced: about 1 month ago
JSON representation
Working through Leetcode problems with Scala
- Host: GitHub
- URL: https://github.com/theodesp/leetcode-scala
- Owner: theodesp
- Created: 2019-07-29T18:35:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T14:10:59.000Z (over 5 years ago)
- Last Synced: 2024-10-19T07:37:26.456Z (3 months ago)
- Topics: leetcode, leetcode-solutions, scala
- Language: Scala
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode-scala
Working through Leetcode problems with Scala## Challenges completed
- [x] : TwoSum
- [x] : AddTwoNumbers
- [x] : LongestSubstringNonRepeating
- [x] : LongestSubstringNonRepeating
- [x] : LongestSumArray
- [x] : MatrixSumAll
- [x] : QueueReconstruction
- [x] : CountClickCount
- [x] : Defanging an IP Address
- [x] : Reorder Log Files## Grokking Algorithms
- [x] : Binary Search
- [x] : Selection Sort
- [x] : Factorial
- [x] : Quicksort
- [x] : DFS
- [x] : Longest Common Substring