https://github.com/mazezen/leetcode-practise
leetcode practise
https://github.com/mazezen/leetcode-practise
Last synced: over 1 year ago
JSON representation
leetcode practise
- Host: GitHub
- URL: https://github.com/mazezen/leetcode-practise
- Owner: mazezen
- Created: 2024-06-11T01:44:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T10:17:30.000Z (over 1 year ago)
- Last Synced: 2025-03-20T11:27:30.908Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### LeetCode practise
* long-common-prefix 编写一个函数来查找字符串数组中的最长公共前缀。
* remove-duplicates 原地删除非严格递增排列的数组中的元素
* harshad-number 哈沙德数 (0ms执行时长)
* twoSum 两数之和