kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.
MIT License
654 stars 34 forks source link

Feature Request: Include the blind 75 and neetcode 150 sorted by topic #97

Open lagiath opened 2 months ago

lagiath commented 2 months ago

this plugin is fantastic man, it's really really good and no issues yet. Just a suggestion on some extra features, having the blind 75 and neetcode 150 on the front page would be good sorted by topic e.g

Problems <-p Neetcode 150 <- Blind 75 <-

--choose Neetcode 150 Arrays & Hashing: Contains Duplicate Valid Annagram Two Sum Group Annagrams Top K Frequent Elements .... etc

Two Pointers: Valid Palindrome Two Sum II Input Array Is Sorted 3Sum Container with Most Water .... etc

for all the problems. I'm a bit of a Neovim noob but i might go through all the code then give it a go myself and see if i can come up with something, but doubt i've got enough knowledge to implement something like this yet! Cheers

kawre commented 1 month ago

Nice idea, I will look into implementing this when I find some time