An open API service indexing awesome lists of open source software.

https://github.com/josepedrodias/code-forces


https://github.com/josepedrodias/code-forces

code-forces-solutions kotlin learning-by-doing

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# code wars

## run
```
sdk env
./gradlew cw1157a:test
./gradlew cw1157a:run < input.txt

cw1157a
cw2037a
cw2037b
cw2037c
cw2037e

```

## problems

### codeforces round 555 (div 3)
- https://codeforces.com/contest/1157
- [A. reachable numbers](https://codeforces.com/contest/1157/problem/A) ✅
- ...

### codeforces round 988 (div 3)
- https://codeforces.com/contest/2037
- [A. Twice](https://codeforces.com/contest/2037/problem/A) ✅
- [B. Intercepted Inputs](https://codeforces.com/contest/2037/problem/B) ✅
- [C. Superultra's Favorite Permutation](https://codeforces.com/contest/2037/problem/C) 🛟
- D
- [E. Kachina's Favorite Binary String](https://codeforces.com/contest/2037/problem/E) ⏳
- F
- [G. Natlan Exploring](https://codeforces.com/contest/2037/problem/G) ⏳

### kotlin heroes 6
- https://codeforces.com/contest/1488
- [A. From Zero To Y](https://codeforces.com/contest/1488/problem/A)

## reference

- https://codeforces.com/blog/entry/71089
- https://codeforces.com/blog/entry/45307

- https://play.kotlinlang.org/byExample/overview
- https://kotlinlang.org/docs/collections-overview.html
- https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/
- https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/set-of.html
- https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/map-of.html