···11+# LeetCode
22+33+## What is this repository?
44+55+This is a place to store my code submitted to [LeetCode](https://leetcode.com).
66+77+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.
88+99+## How to solve the problem?
1010+1111+1. Read the problem on the website.
1212+1. Generate the template code by using [skygragon/leetcode-cli](https://github.com/skygragon/leetcode-cli).
1313+1. Solve the problem by myself.
1414+1. Read the 'Solution' page and understand how to solve it in better way.
1515+1. Write the note of the retrospective to improve my problem solution skill.