https://github.com/ruislan/hackerrank-kotlin
https://github.com/ruislan/hackerrank-kotlin
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruislan/hackerrank-kotlin
- Owner: ruislan
- Created: 2020-11-04T08:13:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T06:23:47.000Z (over 5 years ago)
- Last Synced: 2025-02-25T08:18:30.545Z (over 1 year ago)
- Language: Kotlin
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackerrank in kotlin
## 有意思的
### easy
* Picking Numbers
* Sherlock and Squares
* Manasa and Stones
### medium
* Larry's Array 移动总数的奇偶性判断,首先你得明白这符合奇偶性判断
* Absolute Permutation 这个有点分治的意思
* Non Divisible Subset 这个题真的是锻炼思维,想通了就简单了