GitXplorerGitXplorer
s

leetcode

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ef5500eb3a8a32ce94863adda839f1c9da8ab07d

Solve problem #4.

sshuuji3 committed 5 years ago
Unverified
c8127f9a758dedc0056dbc2df36c6c121e9b4063

Write README.md.

sshuuji3 committed 5 years ago
Unverified
ce7cbf06ac66ee28138cb3457a53d148951dc86e

Answer problem #3 and write the note.

sshuuji3 committed 5 years ago
Unverified
93f85462ed5aa8e0dab0f59392acf4c816f4e879

Create directories.

sshuuji3 committed 5 years ago
Unverified
246176d8a8408423752878426d93f1246a241009

Update codes to include notes.

sshuuji3 committed 5 years ago
Unverified
71ef23cabde5da0b0ba4ac63fb2cb973d080fc22

Add 'Weekly Contest 167'.

sshuuji3 committed 5 years ago

README

The README file for this repository.

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.