Skip to content

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just solving Leetcode and Hackerrank problems in Scala to improve at functional programming

SETUP ENVIRONMENT (Linux)

Make the file called setup executable

chmod +x setup

Execute setup

./setup

COMMANDS

RUN A SCRIPT

./r name  # => scala ./problems/name.scala

USEFUL SNIPPETS

PIPELINE OPERATOR

implicit class Pipe[A](val a: A) extends AnyVal {
  def |>[B](f: A => B): B = f(a)
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages