Algolisted-Org / AlgoListed

Algolisted is an AI-powered nonprofit analytics firm dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
135 stars 75 forks source link

Web Scrapping to get information from leetcode #66

Closed NayakPenguin closed 1 year ago

NayakPenguin commented 1 year ago

On the page https://algolisted.com/coding-sheets/striver-sde-sheet, I have coding sheets. I have a lot of coding sheets in my mind that I want to add. I don't know what would be the best way to integrate those. https://takeuforward.org/interviews/strivers-sde-sheet-top-coding-interview-problems/ is an example of a coding sheet.

I think scrapping the data and converting it to JSON format is the best way to go.

Suggestions are welcome.