An open API service indexing awesome lists of open source software.

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

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