LeetCode#
What is this repository?#
This is a place to store my code submitted to LeetCode.
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.
How to solve the problem?#
- Read the problem on the website.
- Generate the template code by using skygragon/leetcode-cli.
- Solve the problem by myself.
- Read the 'Solution' page and understand how to solve it in better way.
- Write the note of the retrospective to improve my problem solution skill.