Skip to content
forked from groz/interviews

Solutions to popular job interview problems in Scala

Notifications You must be signed in to change notification settings

NazarY8/interviews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala for interviews

Scala is a great language to solve interview problems for software engineer positions. This project aims to demonstrate that by providing concise solutions to common interview questions.

How to contribute

  • Each file should contain problem description followed by short solution
  • No reliance on outside libraries is allowed
  • FP style is preferable, but not necessary

Implemented

* - stars denote approximate difficulty rating

Arrays/Lists

Strings

Trees/Graphs

Other

About

Solutions to popular job interview problems in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 82.4%
  • Java 17.6%