Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 809 Bytes

File metadata and controls

46 lines (36 loc) · 809 Bytes

Scala Exercices

About this repository

This repository contains few exercices of Scala and Spark

To do the exercises, simply go to the exercise branch "doExercice"

Unit tests have been implemented to validate the exercise.

Here is a list of some exercises :

  • Anagram
  • Palindrome
  • Prime number
  • etc ...

TODO list

readme RENAME repo to scala exercices Concatenate string Bubble sort cantor PGCD Triangle de Pascal sbt add Scala style regex spark

To do the exercises, simply go to the exercise branch "doExercice"

Unit tests have been implemented to validate the exercise.

Here is a list of some exercises :

  • Anagram
  • Palindrome
  • Prime number
  • etc ...

TO DO

- REDAME
- Concatenate string
- Bubble sort
- Cantor
- PGCD
- Pascal's triangle
- Use Scala style