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

https://github.com/ruislan/hackerrank-kotlin


https://github.com/ruislan/hackerrank-kotlin

Last synced: 10 days ago
JSON representation

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 这个题真的是锻炼思维,想通了就简单了