[READ-ONLY] Mirror of https://github.com/shuuji3/leetcode. ๐Ÿ“ƒ Code submitted to LeetCode leetcode.com/shuuji3/
leetcode leetcode-solutions
0

Configure Feed

Select the types of activity you want to include in your feed.

Write README.md.

+15
+15
README.md
··· 1 + # LeetCode 2 + 3 + ## What is this repository? 4 + 5 + This is a place to store my code submitted to [LeetCode](https://leetcode.com). 6 + 7 + Also I write notes of my retrospective after I solved the problem by myself and read the 'Solution' page to understand the essence of the problem and remember how to think to solve it in better way. 8 + 9 + ## How to solve the problem? 10 + 11 + 1. Read the problem on the website. 12 + 1. Generate the template code by using [skygragon/leetcode-cli](https://github.com/skygragon/leetcode-cli). 13 + 1. Solve the problem by myself. 14 + 1. Read the 'Solution' page and understand how to solve it in better way. 15 + 1. Write the note of the retrospective to improve my problem solution skill.