https://github.com/alanrma/scala-studies
Algorithms and Data Structure in Scala
https://github.com/alanrma/scala-studies
Last synced: 5 months ago
JSON representation
Algorithms and Data Structure in Scala
- Host: GitHub
- URL: https://github.com/alanrma/scala-studies
- Owner: AlanRMA
- Created: 2024-05-30T21:59:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T19:00:15.000Z (about 2 years ago)
- Last Synced: 2025-10-04T02:50:28.528Z (9 months ago)
- Language: Scala
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Project Description**
Here is a compilation of Scala code during my journey learning this fantastic language
Reference of topics covered:
- Algorithms in Scala
- Data Structure in Scala
**Project Structure:**
The project is organized following this structure
- `src`:source code of project.
- `algorithms`: contains common algorithms written in scala.
- Bubble Sort (WIP)
- Quick Sort ✅
- Merge Sort (WIP)
- Binary Search ✅
- Breadth-First Search - BFS (not started)
- Depth-First Search - DFS (not started)
- `dataStructures`: contains common data structure written in scala.
- LinkedList ✅
- Stack ✅
- Queue ✅
- Heap ✅
- Tree ✅
- `functionalProgramming`: contains my experiments with functional programming
- mySandbox goes here LOL