Skip to content

Commit 17d23c3

Browse files
committed
readme edition
1 parent e1221c0 commit 17d23c3

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# leetcode-scala
2-
Leetcode exercises in Scala
1+
# Leetcode coding exercises in Scala
2+
3+
Writing the exercises in leetcode.com using Scala language.
4+
5+
## Purpose
6+
This project was created to save the exercises I am doing using Scala programming language. It is a way
7+
to keep up with the language and learn how to use the Scala test library as well.
8+
9+
## Exercises developed so far
10+
* Length of last word
11+
* Merge sorted array
12+
* Remove duplicates from sorted list
13+
* Single number
14+
* Single number II
15+
* Single number III
16+
17+
## Versions
18+
19+
* 1.0.0 - Initial version

0 commit comments

Comments
 (0)