https://github.com/afsalthaj/algo-in-scala
https://github.com/afsalthaj/algo-in-scala
algorithm-challenges algorithms-and-data-structures interview-questions scala
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afsalthaj/algo-in-scala
- Owner: afsalthaj
- Created: 2020-12-23T06:46:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T11:33:24.000Z (about 5 years ago)
- Last Synced: 2025-02-25T22:25:59.118Z (over 1 year ago)
- Topics: algorithm-challenges, algorithms-and-data-structures, interview-questions, scala
- Language: Scala
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# algo-in-scala (WIP)
Solutions to algorithmic questions (in a few prominent text books) using Scala.
The intention of this project is to make use of recursion as much as possible
and experiment how far the language scala can be your choice to solve these important algorithms.