This repository automatically syncs my Accepted LeetCode submissions into GitHub using a scheduled GitHub Actions workflow.
CPS688 - ADVANCED Algorithms: One of the great courses I took from TMU (Toronto Metropolitan University) formerly RyersonU taught by Dr. Claude Gravel
Solutions are organized by difficulty:
leetcode/Easy/- Contains README.md with stats and problem listleetcode/Medium/- Contains README.md with stats and problem listleetcode/Hard/- Contains README.md with stats and problem list
Each problem folder follows the format:
{question_id}-{title_slug}
Each problem folder contains:
README.md- The problem statement and description- Solution file(s) - My accepted submissions
Language distribution reports are automatically generated as README.md files:
leetcode/README.md- Combined statistics for all problemsleetcode/Easy/README.md- Statistics and problem list for Easy problemsleetcode/Medium/README.md- Statistics and problem list for Medium problemsleetcode/Hard/README.md- Statistics and problem list for Hard problems
- Only Accepted submissions are synced.
- Each problem folder includes the problem statement as
README.md. - Sync runs on a schedule (every 30 minutes) and can also be triggered manually in the Actions tab.
- The workflow automatically organizes problems by difficulty and generates statistics.
-> Occasionally update secretKey manually