**Web Scraping of LeetCode : Link **
- Scraped Leetcode problems information from their official website and collect data from 2700+ pages.
- Used Selenium to dynamically load the page and scrape the HTML, BeautifulSoup to manipulate and refine the HTML data.
- The scrapped data was stored in a CSV file to be accessed for processing.