An open API service indexing awesome lists of open source software.

https://github.com/walkccc/leetcode

💡 LeetCode in C++23/Java/Python/MySQL/TypeScript (respect coding conventions)
https://github.com/walkccc/leetcode

cpp cpp20 java leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions mysql python typescript

Last synced: about 9 hours ago
JSON representation

💡 LeetCode in C++23/Java/Python/MySQL/TypeScript (respect coding conventions)

Awesome Lists containing this project

README

        


LeetCode

LeetCode Solutions


💡 Solutions to LeetCode in C++20, Java, Python, MySQL, and TypeScript. This repository aims to provide code with good readability and consistent style over various topics and embraces new standards.




Solved Percentage


Easy AC Count
Medium AC Count
Hard AC Count

## Getting Started

See the built page here: [LeetCode Solutions](https://walkccc.me/LeetCode/).

## Coding Style and Naming

Please see the [style guide](https://walkccc.me/LeetCode/styleguide/).

## Formatting

| Language | Formatter | Style Guide | Configuration |
| ---------- | ----------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| C++ | [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) | [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) | [`.clang-format`](https://github.com/walkccc/LeetCode/blob/main/.clang-format) |
| Java | [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) | [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html) | [`.clang-format`](https://github.com/walkccc/LeetCode/blob/main/.clang-format) |
| Python | [`autopep8`](https://pypi.org/project/autopep8) | [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html) | Passing `--indent-size=2` for a better viewing experience in mobile devices. |
| TypeScript | [Prettier](https://prettier.io) | [Google TypeScript Style Guide](https://google.github.io/styleguide/tsguide.html) | [`.prettierrc`](https://github.com/walkccc/LeetCode/blob/main/.prettierrc) |
| MySQL | N/A | N/A | N/A |

## Fun Facts

This website went live on February 23, 2019.

## Contributing

This repository is a personal project and does not accept pull requests to
maintain consistency in coding style and solutions. However, feel free to fork
the repository and modify it as needed!

## License

Licensed under the MIT License, Copyright © 2019-2025
[P.-Y. Chen](https://github.com/walkccc).


Assembled with ❤️ in New York.