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

https://github.com/mazezen/leetcode-practise

leetcode practise
https://github.com/mazezen/leetcode-practise

Last synced: over 1 year ago
JSON representation

leetcode practise

Awesome Lists containing this project

README

          

#### LeetCode practise

* long-common-prefix 编写一个函数来查找字符串数组中的最长公共前缀。
* remove-duplicates 原地删除非严格递增排列的数组中的元素
* harshad-number 哈沙德数 (0ms执行时长)
* twoSum 两数之和