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

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++

Awesome Lists containing this project

README

          

# leetcode-solutions

一些 leetcode problem 的题解和思路。

`cpp_solved`文件夹里有代码和思路,`js_solved`的就直接是代码了,反正 cpp 写的出来的话 js 是肯定写的出来的...

主要用于锻炼解题思维和保持基本的算法能力。