GitXplorerGitXplorer
s

leetcode

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
31593c2229b30e93f58dc9343f26e866df1bd960

Add solutions and note for Weekly Contest 168.

sshuuji3 committed 5 years ago
Unverified
83708e4ed6f57b07b8300116c341bc6b37c4f55d

Add the note of problem #5.

sshuuji3 committed 5 years ago
Unverified
3274232953f599ee51cfc4de9662c55fd327ab11

Improve is_palindrome() to avoid index access every time.

sshuuji3 committed 5 years ago
Unverified
8b5df0c90580d561b940661873c098183ffb14ff

Fix create_substrings() to yield long substring first.

sshuuji3 committed 5 years ago
Unverified
1fdc06cfa9fe5a785216766f90873cad5309e750

Write the answer for problem #5 which is not solved yet.

sshuuji3 committed 5 years ago
Unverified
470e5028dbaeeaf8b9736d649aae0acb8a54c21d

Write note for problem #4.

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.