[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.

13 1 0

Clone this repository

https://git.vm.fail/shuuji3.xyz/leetcode https://git.vm.fail/did:plc:t4kqhazznjvrjf2juwdefxs7
ssh://git@knot1.tangled.sh:2222/shuuji3.xyz/leetcode ssh://git@knot1.tangled.sh:2222/did:plc:t4kqhazznjvrjf2juwdefxs7

For self-hosted knots, clone URLs may differ based on your setup.


README.md

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?#

  1. Read the problem on the website.
  2. Generate the template code by using skygragon/leetcode-cli.
  3. Solve the problem by myself.
  4. Read the 'Solution' page and understand how to solve it in better way.
  5. Write the note of the retrospective to improve my problem solution skill.