Skip to content

s-i-d-d-i-s/Leetcode2IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode2IDE

Problem parser designed for Leetcode

Link : Click

  1. This parser works only for Leetcode Contests.
  2. Regular Leetcode Problems are not yet supported
  3. Open the Problem Page from a contest
  4. Right click anywhere and click on "View page source"
  5. Copy everything using Ctrl + A
  6. Go to Leetcode2IDE\Parse Task
  7. Paste everything in editor, and click Run
  8. And you get your C++ Code ready to be run on an IDE