Skip to content

ColinLeverger/graphs-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstra & Warshall

Scala code for Dijkstra & Warshall algorithms. Tests provided in "src/tests".

Context

I am a student in an French engineering school and I am learning Scala. I am a begginer: yes, this code is not perfect but eh, it works anyway. Moreover, this is a school project.

The paradigms

Please note that it is not coded in a pure functional way; use of Mutable Maps and imperative programming.

Evolutions

  • Code in a pure functional way
  • Code quality ?

About

School project - work with graph theory, use of Scala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages