Solutions of selected LeetCode problems in Scala 3.
- Learn Scala 3 :)
- Practise Algorithm :)
- try to be compact and readable at the same time
- try Scala 3 syntax and features but less Scala specific libraries
| Topic | Problem List |
|---|---|
| Hashmap |
|
| LinkedList |
|
| Two Pointers |
|
| Fast Slow Pointers |
|
| String |
|
| Tries |
|
| Number |
|
| Counting |
|
| Math |
|
| Bit |
|
| Array |
|
| Matrix |
|
| Prefix Sum |
|
| Stack |
|
| Queue |
|
| Sort |
|
| Recursion |
|
| Tree |
|
| DFS |
|
| BFS |
|
| Binary Search Tree |
|
| Binary Search |
|
| Heap |
|
| Back Tracking |
|
| Dynamic Programming |
|