From 52d1e2e2fe4d70be622c7b98e44cd488232c57dc Mon Sep 17 00:00:00 2001 From: Wisaroot Lertthaweedech Date: Sun, 21 Sep 2025 11:12:14 +0700 Subject: [PATCH 1/2] feat: add leetcode-py as LeetCode Extensions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e69f67e..8942391 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ This repository contains awesome LeetCode resources to learn Data Structures and - [LeetCode Format](https://chromewebstore.google.com/detail/leetcode-format/imogghebhifnnlgogigikjecilkicfpp): Adds Format code button on leetcode to format the code using Prettier code formatter. - [LeetHub v2](https://chromewebstore.google.com/detail/leethub-v2/mhanfgfagplhgemhjfeolkkdidbakocm?hl=en): Automatically integrate your Leetcode & GeeksforGeeks submissions to GitHub. - [LeetCode VS Code Extension](https://marketplace.visualstudio.com/items?itemName=LeetCode.vscode-leetcode): Solve LeetCode problems in VS Code. +- [LeetCode Py](https://github.com/wisarootl/leetcode-py/): Python LeetCode practice environment with automated problem generation, data structure visualizations, and comprehensive testing. Your contributions are most welcome! From b90c70b1978dea48af9d19b1bf4fe08d110f4f4f Mon Sep 17 00:00:00 2001 From: Wisaroot Lertthaweedech Date: Sun, 21 Sep 2025 11:27:49 +0700 Subject: [PATCH 2/2] feat: update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8942391..623f739 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ This repository contains awesome LeetCode resources to learn Data Structures and - [LeetCode Format](https://chromewebstore.google.com/detail/leetcode-format/imogghebhifnnlgogigikjecilkicfpp): Adds Format code button on leetcode to format the code using Prettier code formatter. - [LeetHub v2](https://chromewebstore.google.com/detail/leethub-v2/mhanfgfagplhgemhjfeolkkdidbakocm?hl=en): Automatically integrate your Leetcode & GeeksforGeeks submissions to GitHub. - [LeetCode VS Code Extension](https://marketplace.visualstudio.com/items?itemName=LeetCode.vscode-leetcode): Solve LeetCode problems in VS Code. -- [LeetCode Py](https://github.com/wisarootl/leetcode-py/): Python LeetCode practice environment with automated problem generation, data structure visualizations, and comprehensive testing. +- [LeetCode Py](https://github.com/wisarootl/leetcode-py/): Python package for professional LeetCode practice environment with automated problem generation, enhanced data structure visualizations, and comprehensive testing framework. Your contributions are most welcome!