Skip to content

manthan2305/leetcode-questions-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-questions-analysis

Scrape Lettcode questions data. Analyse questions and topics. Predict topics to given questions text or description.

Install:

Python Version > 3.7

pip install -r requirements.txt

Run:

Scrape all questions data

python scrape.py

Combine data & generate topics file

python utils/combine_data.py
python utils/create_topics_data.py

(All data are already available data/ folder)

Analysis and prediction:

notebooks/ folder constains all analysis and topic prediction notebooks.

Analysis

1 2 3 4 5