/algorithm-leetcode

My leetcode exercise Notebook.

Primary LanguageJavaScript

ALGORITHM_LEETCODE

My leetcode exercise Notebook.

Use JavaScript to solve algorithmic problems.

Some questions have the ChatGPT's answers for comparison.


Git Commit Angular standard

this project (will) use Git Commit Angular standard.

Part1: type

type description
feat add a new algorithm
perf better answer
docs Modify the .md or other docs
test add a test case
chore Changes to the build process or auxiliary tools

Part2: scope

the algorithm's leetcode index.


Part3: subject

the algorithm's main function's name.


Example

feat(5): longestPalindrome

docs: add the Git Commit Angular standard

chore: change the .gitignore docs