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
- Host: GitHub
- URL: https://github.com/josepedrodias/code-forces
- Owner: JosePedroDias
- Created: 2024-11-19T00:37:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T22:04:14.000Z (over 1 year ago)
- Last Synced: 2025-03-14T16:14:14.030Z (over 1 year ago)
- Topics: code-forces-solutions, kotlin, learning-by-doing
- Language: Kotlin
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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