Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkccc/leetcode
💡 LeetCode in C++20/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: 7 days ago
JSON representation
💡 LeetCode in C++20/Java/Python/MySQL/TypeScript (respect coding conventions)
- Host: GitHub
- URL: https://github.com/walkccc/leetcode
- Owner: walkccc
- License: mit
- Created: 2019-02-23T15:46:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T21:37:13.000Z (7 months ago)
- Last Synced: 2024-04-14T12:01:38.394Z (7 months ago)
- Topics: cpp, cpp20, java, leetcode, leetcode-cpp, leetcode-java, leetcode-python, leetcode-solutions, mysql, python, typescript
- Language: C++
- Homepage: http://walkccc.me/LeetCode
- Size: 8.34 MB
- Stars: 928
- Watchers: 29
- Forks: 352
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.
## 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.
## License
Licensed under the MIT License, Copyright © 2019-2024
[P.-Y. Chen](https://github.com/walkccc).
Assembled with ❤️ in New York.