https://github.com/lemonhu/lintcode
Daily programming exercises, one problem per day.
https://github.com/lemonhu/lintcode
code-exercise job-interviews lintcode python3
Last synced: 3 months ago
JSON representation
Daily programming exercises, one problem per day.
- Host: GitHub
- URL: https://github.com/lemonhu/lintcode
- Owner: lemonhu
- License: mit
- Created: 2019-04-07T02:41:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T12:16:42.000Z (about 6 years ago)
- Last Synced: 2025-01-01T11:41:21.514Z (9 months ago)
- Topics: code-exercise, job-interviews, lintcode, python3
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lintcode
Daily programming exercises, one problem per day.## [Binary Search]()
- Classical Binary Search
- Find Peak Element
- First Position of Target
- First Bad Version
- Find Minimum in Rotated Sorted Array
- Search in Rotated Sorted Array
- Sqrt(x)
- Search a 2D Matrix
- Search in Rotated Sorted Array## [Linked List](https://github.com/lemonhu/lintcode/tree/master/linked_list)
- Reverse Linked List
- Linked List Cycle II