You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds video solutions, company tags, and GPT code analysis into each Leetcode problem
9
10
10
-
Adds video solutions, company tags, and GPT code analysis into each problem page.
11
+
### 4 🔥 Features
11
12
12
-
Free, open-source chrome extension that enhances your Leetcoding experience. You can install it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe).
13
+
1️⃣ Adds the top 5 youtube solution videos into each problem
13
14
14
-
## Features
15
+
2️⃣ Adds the top 5 companies that ask each problem
15
16
16
-
1. Watch the top 5 solution videos directly inside each problem's Solutions tab.
17
-
2. Adds the top 5 company tags for each question.
18
-
3. (Optional) Hide the examples and edge cases to simulate real interview scenarios.
19
-
4. (Requires Login) Get your code's time and space complexity.
20
-
5. (Requires Login) Fix bugs in your code & generate the optimal solution.
17
+
3️⃣ Reads your code and tells you the time and space complexity
21
18
22
-
## Installation
19
+
4️⃣ Reads your code, fixes any bugs, and returns the corrected solution
20
+
21
+
### Installation
23
22
24
23
You can install the extension directly from the [Chrome Web Store](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe).
25
24
@@ -32,13 +31,13 @@ Alternatively, you can manually install the extension:
32
31
5. Click on "Load unpacked" and navigate to the unzipped extension directory, then click "Select".
33
32
6. Pin the extension. You should now see the extension icon next to the address bar.
After enabling the extension, each question will automatically have the [top 5 solution videos](https://leetcode.com/problems/two-sum/solutions/) and [top 5 companies](https://leetcode.com/problems/two-sum/description/). If you pin the extension in the toolbar & login into ChatGPT in your browser, you can use the following 2 GPT buttons:
44
43
@@ -47,23 +46,23 @@ After enabling the extension, each question will automatically have the [top 5 s
47
46
48
47
Please ensure your Leetcode solution is open so the extension can read your code from the page.
49
48
50
-
## Contributing
49
+
###Contributing
51
50
52
51
We welcome contributions! Please see the [CONTRIBUTING.md](docs/CONTRIBUTING.md) for details on how to contribute to the project.
53
52
54
-
## Code of Conduct
53
+
###Code of Conduct
55
54
56
55
We aim to foster an inclusive and respectful environment. Please read the [CODE_OF_CONDUCT.md](docs/CODE_OF_CONDUCT.md) for more information.
57
56
58
-
## License
57
+
###License
59
58
60
59
Leetcode Explained is [MIT licensed](docs/LICENSE).
61
60
62
-
## Support
61
+
###Support
63
62
64
63
If you encounter any issues or have any questions, please open an issue on this repository.
65
64
66
-
## Privacy
65
+
###Privacy
67
66
68
67
This extension doesn't collect any personal data. All the code analysis and generation happens on your local machine.
0 commit comments