kalaidin / scalacaster

Purely Functional Algorithms and Data Structures in Scala

Home Page:http://www.slideshare.net/vkostyukov/purely-functional-data-structures-in-scala-26175521

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why Scalacaster?

Join the chat at https://gitter.im/vkostyukov/scalacaster

Since Fender Stratocaster is a classic guitar, Scalacaster is classic algorithms and data structures in Scala. Scalacaster includes loads of widely used implementation techniques and approaches which have been developed by best programmers and enthusiasts of functional programming. Studying purely functional data structures is always fun and challenge for researchers, since data structures in a functional setting are much elegant and smarter than in an imperative setting.

How to use Scalacaster?

Scalacaster is neither a library nor framework. Moreover, Scalacaster`s code is not supposed to be executed at all. The code is neither for Scala compiler nor JVM. It is for human beings. For enthusiasts and researchers of the Scala programming language and it's application in the area of implementation of the purely functional data structures. So, the best way to use Scalacaster is to read through it's source code and comments.

What is inside?

Primitive routines
Simple Collections
Heaps
Trees
Graphs
Sorting Algorithms
Searching Algorithms

How to contribute?

  • Give it a star
  • Drop the feedback to the author @vkostyukov
  • Send a PR with fixes of typos/bugs/etc

What to read next?

About

Purely Functional Algorithms and Data Structures in Scala

http://www.slideshare.net/vkostyukov/purely-functional-data-structures-in-scala-26175521


Languages

Language:Scala 100.0%