/LeetCode-notepad

LeetCode Notepad

Primary LanguageJavaApache License 2.0Apache-2.0

LeetCode-notepad

leetcode notes questions GitHub Java 8

Getting StartedAboutTable of ContentsAcknowledgmentFAQ

Made by Xing XiMing • 🌌 https://xingximing-xxm.github.io/

There are not only LeetCode solutions but also notes on various algorithm techniques.

Everything in this project is based on the Java language, using features such as the Java language paradigm.

  • Search for a specific Code. Can't find one? Please report a new Code here.

📋 Getting Started

Section #Getting Started contains one hundred popular interview problems, which is a good place to start.

LeetCode's TOP interview questions

▴ Back to top

About

Summary of algorithm notes:

Table of Contents

Section #Table of Contents contains the summary of the algorithm notes and all the problems.

Expand Set of LeetCode Problems

Sort

Math

String

Two Pointers

Sliding Window

Matrix

Trie

Bit manipulation

Others

  • All the java code was tested under version 8 ✅.

▴ Back to top

Acknowledgment

▴ Back to top

💬 FAQ

▴ Back to top

  • Git commit format:

    git commit -m "feat/fix/docs(#problem_id): | Description:(unnecessary), Solution:(unnecessary)"

    message explain
    feat Commit a solution
    fix A bug fix
    perf A code change that improves performance
    docs Documentation only changes
    test Adding missing tests or correcting existing tests