The-CodingSloth / haha-funny-leetcode-extension

MIT License
396 stars 75 forks source link

Option to load next problem from NeetCode problem tree #49

Open villaleo opened 10 months ago

villaleo commented 10 months ago

Add an option to load the next problem to solve, according to NeetCode's roadmap rather than a random problem from the tree.

Check out NeetCode's video on creating the NeetCode website. He explains how solving problems at random isn't the best approach and he created a tree we could use to determine the problem to solve.

image
The-CodingSloth commented 10 months ago

That's a good idea, just need to modify the JSON files to have the categories and let the user decide if they want to use the roadmap in the settings (could make this the default for the extension, not too sure).