https://github.com/daixinye/leetcode-solutions
solutions with JavaScript & C++
https://github.com/daixinye/leetcode-solutions
Last synced: over 1 year ago
JSON representation
solutions with JavaScript & C++
- Host: GitHub
- URL: https://github.com/daixinye/leetcode-solutions
- Owner: daixinye
- Created: 2017-04-12T10:17:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T06:24:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T17:48:36.679Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode-solutions
一些 leetcode problem 的题解和思路。
`cpp_solved`文件夹里有代码和思路,`js_solved`的就直接是代码了,反正 cpp 写的出来的话 js 是肯定写的出来的...
主要用于锻炼解题思维和保持基本的算法能力。