My leetcode exercise Notebook.
Use JavaScript to solve algorithmic problems.
Some questions have the ChatGPT's answers for comparison.
this project (will) use Git Commit Angular standard
.
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 |
the algorithm's leetcode index.
the algorithm's main function's name.
feat(5): longestPalindrome
docs: add the Git Commit Angular standard
chore: change the .gitignore docs