Skip to content

Commit 1545f7d

Browse files
committed
update readme with elo ratings
1 parent 9314244 commit 1545f7d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,20 @@ A free, open source browser extension that adds video solutions, company tags, a
1111
[<img src="https://user-images.githubusercontent.com/3750161/233201810-d1026855-0482-44c8-b1ec-c7247134473e.png" height="40" alt="Chrome">](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe)
1212
### Features
1313

14-
1️⃣ Adds the top 5 youtube solution videos into each problems [solutions tab](https://leetcode.com/problems/two-sum/solutions)
14+
1️⃣ Adds the top 5 youtube solution videos into each [problem](https://leetcode.com/problems/two-sum/solutions)
1515

16-
2️⃣ Adds the top 5 companies that ask each problem into each problems [description tab](https://leetcode.com/problems/two-sum/description)
16+
2️⃣ Adds the top 5 companies that ask each [problem](https://leetcode.com/problems/two-sum/description)
1717

18-
3️⃣ Reads your code and tells you the time and space complexity
18+
3️⃣ Elo Rating: Adds more accurate ratings to problems used in weekly/biweekly contests (~1500 problems supported)
1919

20-
4️⃣ Generates the optimized code for the given problem
20+
4️⃣ Hard Mode: Hide Leetcode examples and difficulty levels to simulate a real coding interview environment.
2121

22+
5️⃣ Code Analysis: Reads your code & gives you the time & space complexity using GPT.
23+
24+
6️⃣ Code Generation: Creates the optimal solution code for the given problem using GPT.
25+
26+
To activate features 5️⃣ and 6️⃣, log into ChatGPT in your browser and pin the extension.
2227

23-
Features 3️⃣ and 4️⃣ require login to chat.openai.com (ChatGPT) in your browser.
2428

2529
### ⚙️ Installation
2630

0 commit comments

Comments
 (0)