{"id":20774275,"url":"https://github.com/kantuni/cs-97si","last_synced_at":"2025-04-30T15:13:56.371Z","repository":{"id":105280151,"uuid":"99379958","full_name":"kantuni/CS-97SI","owner":"kantuni","description":"Solutions to \"CS 97SI: Introduction to Competitive Programming Contests\" by Stanford University","archived":false,"fork":false,"pushed_at":"2024-01-26T16:52:20.000Z","size":147,"stargazers_count":34,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T17:12:08.471Z","etag":null,"topics":["competitive-programming","cs97si","solutions","stanford"],"latest_commit_sha":null,"homepage":"https://github.com/jaehyunp/stanfordacm","language":"C++","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/kantuni.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-04T21:13:06.000Z","updated_at":"2025-02-12T22:13:41.000Z","dependencies_parsed_at":"2024-11-18T00:23:12.378Z","dependency_job_id":null,"html_url":"https://github.com/kantuni/CS-97SI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kantuni%2FCS-97SI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kantuni%2FCS-97SI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kantuni%2FCS-97SI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kantuni%2FCS-97SI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kantuni","download_url":"https://codeload.github.com/kantuni/CS-97SI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251729734,"owners_count":21634281,"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":["competitive-programming","cs97si","solutions","stanford"],"created_at":"2024-11-17T12:28:59.088Z","updated_at":"2025-04-30T15:13:56.306Z","avatar_url":"https://github.com/kantuni.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [CS 97SI: Introduction to Competitive Programming Contests](http://web.stanford.edu/class/cs97si/) by Stanford University\n\n### Coding Exercise\n- [1000](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/1000) - A + B Problem - **Accepted**\n- [1004](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/1004) - Financial Management - **Accepted**\n- [1003](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/1003) - Hangover - **Accepted**\n- [1007](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/1007) - DNA Sorting - **Accepted**\n- [2136](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/2136) - Vertical Histogram - **Accepted**\n- [2140](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/2140) - Herd Sums - **Accepted**\n- [1504](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/1504) - Adding Reversed Numbers - **Accepted**\n- [1806](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/1806) - Manhattan 2025 - **Accepted**\n- [1001](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/1001) - Exponentiation - **Accepted**\n- [1922](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/1922) - Ride to School - **Accepted**\n- [3251](https://github.com/kantuni/CS-97SI/tree/master/Coding%20Exercise/3251) - Big Square - **Wrong answer**\n\n### Mathematics\n- [1799](https://github.com/kantuni/CS-97SI/tree/master/Mathematics/1799) - Yeehaa! - **Accepted**\n- [1401](https://github.com/kantuni/CS-97SI/tree/master/Mathematics/1401) - Factorial - **Accepted**\n- [2262](https://github.com/kantuni/CS-97SI/tree/master/Mathematics/2262) - Goldbach's Conjecture - **Accepted**\n\n### Data Structures\n- [2418](https://github.com/kantuni/CS-97SI/tree/master/Data%20Structures/2418) - Hardwood Species - **Accepted**\n- [1330](https://github.com/kantuni/CS-97SI/tree/master/Data%20Structures/1330) - Nearest Common Ancestors - **Accepted**\n- [3367](https://github.com/kantuni/CS-97SI/tree/master/Data%20Structures/3367) - Expressions - **Time limit exceeded**\n\n### Dynamic Programming\n- [2663](https://github.com/kantuni/CS-97SI/tree/master/Dynamic%20Programming/2663) - Tri Tiling - **Accepted**\n- [1163](https://github.com/kantuni/CS-97SI/tree/master/Dynamic%20Programming/1163) - The Triangle - **Accepted**\n\n### Combinatorial Games\n- [2234](https://github.com/kantuni/CS-97SI/tree/master/Combinatorial%20Games/2234) - Matches Game - **Accepted**\n\n### Basic Graph Algorithms\n- [1308](https://github.com/kantuni/CS-97SI/tree/master/Basic%20Graph%20Algorithms/1308) - Is It A Tree? - **Accepted**\n- [1258](https://github.com/kantuni/CS-97SI/tree/master/Basic%20Graph%20Algorithms/1258) - Agri-Net - **Accepted**\n- [2488](https://github.com/kantuni/CS-97SI/tree/master/Basic%20Graph%20Algorithms/2488) - A Knight's Journey - **Time limit exceeded**\n\n### Shortest Path Algorithms\n- [1125](https://github.com/kantuni/CS-97SI/tree/master/Shortest%20Path%20Algorithms/1125) - Stockbroker Grapevine - **Accepted**\n- [1847](https://github.com/kantuni/CS-97SI/tree/master/Shortest%20Path%20Algorithms/1847) - Tram - **Accepted**\n\n### Network Flow Problems\n- [1273](https://github.com/kantuni/CS-97SI/tree/master/Network%20Flow%20Problems/1273) - Drainage Ditches - **Accepted**\n- [1274](https://github.com/kantuni/CS-97SI/tree/master/Network%20Flow%20Problems/1274) - The Perfect Stall - **Wrong answer**\n\n### Computational Geometry\n- [1905](https://github.com/kantuni/CS-97SI/tree/master/Computational%20Geometry/1905) - Expanding Rods - **Accepted**\n\n### String Algorithms\n- [1936](https://github.com/kantuni/CS-97SI/tree/master/String%20Algorithms/1936) - All in All - **Accepted**\n\n\u003cbr\u003e\n\nProblems solved: **25**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkantuni%2Fcs-97si","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkantuni%2Fcs-97si","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkantuni%2Fcs-97si/lists"}