JavaScript snippet to create a json with the top 50 leet code problems
- Navigate to a company page, for example: https://leetcode.com/company/microsoft/
- Select desired time period (ideal is 6 months)
- Sort by frequency, descending
- Run the crawler.js in the Snippets tab of Chrome DevTools per https://developer.chrome.com/docs/devtools/javascript/snippets/
- Inspect Console tab to grab your object to paste into a json formatter such as: https://jsonformatter.curiousconcept.com/
- Good luck!