Skip to content

AlanRMA/Scala-Studies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

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

About

Algorithms and Data Structure in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages