zubyj / leetcode-explained

Browser extension that adds video solutions, company tags, and GPT code analysis into Leetcode problems
https://leetcodeapp.com
MIT License
83 stars 13 forks source link

When scraping the code from the page, ignore code comments. #27

Closed zubyj closed 1 year ago

zubyj commented 1 year ago

If you're on a leetcode problem, and write a code comment with a space and time complexity, the ChatGPT response will usually just copy whatever you wrote, even if its wrong.

Adding this feature will improve the GPT response

zubyj commented 1 year ago

added ignoring code comments in the prompt