Skip to content

Latest commit

 

History

History
84 lines (64 loc) · 4.8 KB

README_TEMPLATE.md

File metadata and controls

84 lines (64 loc) · 4.8 KB

LeetCode高效训练指南

Contents

  1. Leetcode Solutions
  2. 剑指 Offer
  3. Algorithm Implementation

Useful Links

Pull Request

If you feel your PR is satisfied with one of the conditions below, we are glad to merge it. Welcome to contributions, open to suggestions!

  • Different thinking
  • Time & Space complexity optimization
  • Follow up solutions
  • Unsubmitted questions

Feel free to get our Pull Request template/模版

  • Title format(文件命名格式): xxx._word1_word2_word3_word4.md
  • Content format(内容规范): boilerplate + ideas

Acknowledgement

Please note, this repository is based on awesome algorithm . However, it has been modified, added and improved to reflect our knowledge, wisdom and efforts.

License

GPL-3.0 © ApacheCN

欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远!

Appendix:LeetCode Solution List(Python)

{leetcode_solution_list}