Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 3.66 KB

README_en.md

File metadata and controls

46 lines (41 loc) · 3.66 KB

"LeetCode-Python3 Notebook" Problem Solutions

HitCount GitHub forks GitHub stars GitHub license

usEnglish Document | 中文说明

Introduction

"LeetCode-Python3 Notes" is a solution to my problem on LeetCode. It is written in Python3 for personal reference and learning and communication.

How To Solve The Problem

Not because of hope, but because of persistence.

First of all, if we have no ideas, it is most likely because we have insufficient input. Many questions require specific methods to solve. For example, in a problem of the weekly competition, the method of union and collection is used, and I don't even know what the union and collection are, so it is almost impossible to make the problem even if I think about it. Therefore, you can't figure out a solution to the problem at first, you can learn the answer first.

Secondly, it is best to sort the questions in the order of easy to difficult and break through. Here is a reference to the "LeetCode Classification Order Table" summarized by Great God Cspiration. Classification brushing questions can help us to conduct targeted training and form our own way of thinking for specific problem types.

Finally, do more important topics. It is difficult to really master many problems when we do it again. When we do it the second time, try to complete it independently, analyze the time complexity and space complexity, and finally compare the solutions of others to see if there is a more optimized solution.

Solutions

1. Classified by Question Type

2. Classified by Order

If it is helpful, your ✨Star will be my great honor.^_^

About

  • Blog:ziming.xyz
  • My LeetCode:Pumpkin🎃
  • Wechat: 🔰925730493
  • Get your own LeetCode submission code in one click and upload it to Github, click here.
  • In order to bring the best reading experience, this article follows「中文文案排版指北」.
  • Thank you for reading the "LeetCode-Python3 Problem Solutions" instruction manual, and I wish you a happy reading!