{"id":29582188,"url":"https://github.com/alvin319/competitive-programming","last_synced_at":"2025-07-19T21:32:44.234Z","repository":{"id":36383810,"uuid":"40688685","full_name":"alvin319/competitive-programming","owner":"alvin319","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-20T06:36:41.000Z","size":503,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-15T06:53:03.575Z","etag":null,"topics":["algorithms","competitive-programming","data-structures"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alvin319.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-14T00:59:45.000Z","updated_at":"2024-03-15T06:53:03.575Z","dependencies_parsed_at":"2022-09-25T00:27:59.754Z","dependency_job_id":null,"html_url":"https://github.com/alvin319/competitive-programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alvin319/competitive-programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvin319%2Fcompetitive-programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvin319%2Fcompetitive-programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvin319%2Fcompetitive-programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvin319%2Fcompetitive-programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvin319","download_url":"https://codeload.github.com/alvin319/competitive-programming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvin319%2Fcompetitive-programming/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266019657,"owners_count":23864916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","competitive-programming","data-structures"],"created_at":"2025-07-19T21:31:00.265Z","updated_at":"2025-07-19T21:32:44.224Z","avatar_url":"https://github.com/alvin319.png","language":"Java","readme":"# Competitive Programming\n\nProblem Categories\n- Codeforces\n- UT Austin ACM\n- HackerRank\n- Google CodeJam\n- USACO\n- UVa Online Judge\n- LeetCode\n- TopCoder\n\nLanguages\n- Java\n- C++\n- Python 2/3\n\n# Big O Analysis\n| Complexity           | Maximum Input Size | Comments                         |\n|----------------------|--------------------|----------------------------------|\n| O(N)                 | 100,000,000 (10^8) |                                  |\n| O(N Log N)           | 100,000 (10^5)     | Merge Sort/Building Segment Tree |\n| O(N^2)               | 10,000             | Bubble/Selection/Insertion Sort  |\n| O(N^3)               | 300                | Floyd Warshall                   |\n| O(N^4)               | 100                | DP with 3 dimensions + O(n) loop |\n| O(2^N)               | 20                 | DP/Bitmask Technique             |\n| O(2^N N^2)           | 13                 | DP Travelling Salesman Problem   |\n| O(N!), O(N^6)        | 10                 | Enumerating a Permutation        |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvin319%2Fcompetitive-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvin319%2Fcompetitive-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvin319%2Fcompetitive-programming/lists"}