Skip to content

Commit

Permalink
Shifted daily categorization from file names to JSON date comparisons…
Browse files Browse the repository at this point in the history
… found in data submodule
  • Loading branch information
Zanger67 committed Jul 26, 2024
1 parent e1a23c4 commit 29ad009
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 52 deletions.
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ QUESTIONS_PATH_FROM_README = my-submissions/
README_PATH = ../
QUESTION_DATA_PATH = question_data/ # Official leetcode info on each question including
SUBMODULE_DATA_PATH = question_data/question_data/data/
DAILIES_FOLDER = dailies_weeklies/ # Daily challenge markdown files are stored here
# submodule path + this
DAILIES_FILE = dailies_s.json
WEEKLIES_FILE = weeklies_s.json

LEETCODE_QUESTION_DETAILS = leetcode.pkl # name, AC rate, difficulty, topics, etc.

USER_DATA_PATH = user_data/ # Times of when code files were modified are stored
Expand All @@ -38,5 +43,6 @@ TOPIC_MARKDOWN_PATH_IN_MARKDOWNS_FOLDER = by_topic/
LISTS_LOCATION = Lists/



# PRIMARY_LANGUAGES=py,java,c
# PRIMARY_LANGUAGES=py,java,c,cpp,sql
Loading

0 comments on commit 29ad009

Please sign in to comment.