jmerle / competitive-companion

Browser extension which parses competitive programming problems
https://chromewebstore.google.com/detail/competitive-companion/cjnmckjndlpiamhfimnnjmnckgghkjbl
MIT License
964 stars 122 forks source link

support for coding ninjas platform #366

Closed venkat2305 closed 1 year ago

venkat2305 commented 1 year ago

Can you please add support for this website: https://www.codingninjas.com/codestudio/problems/subset-sum_3843086?topList=striver-sde-sheet-problems

I'm following Striver's SDE sheet, which is a popular resource for coding interview preparation. It has questions linked to this website, and many students are using it to practice data structures and algorithms. It would be great if your platform is compatible with it.

Thank you for your consideration.

jmerle commented 1 year ago

This is a duplicate of #184 and the answer is still the same. Coding Ninjas seems to require code to be written in pre-defined methods, which is incompatible with Competitive Companion's format, so a Coding Ninjas parser won't be added. See #245 for more information.