• Stars
    star
    254
  • Rank 160,264 (Top 4 %)
  • Language
    C++
  • Created almost 10 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My leetcode solutions.

leetcode

My leetcode solutions.

C++ 代码在文件夹c++/中,文件名为题目链接后缀.cpp,如:https://oj.leetcode.com/problems/lru-cache/ 对应的代码文件为lru-cache.cpp

About This Repo

  • 所有代码均为原创,可随意转载、使用、修改,请标明出处。
  • 代码不追求最短,但追求逻辑上清楚,易于重复。
  • 不采用太偏门的方法,保证代码易读、易理解。
  • 如果你有不一样的解法,欢迎交流。
  • 如果愿意贡献自己的leetcode-solution,可以Fork 后创建自己的文件夹,pull requests.
  • 有任何问题可以发Issues 交流,我会尽量认真回复。
  • 一些资源链接

TODO

  • hack the python solution
  • unified code style

Just have fun :)