{"id":23086874,"url":"https://github.com/kogo1616/problemsolving","last_synced_at":"2026-04-18T14:04:24.371Z","repository":{"id":232456820,"uuid":"784396972","full_name":"Kogo1616/ProblemSolving","owner":"Kogo1616","description":"🔍 Mastering Codeforces and LeetCode Challenges: Navigating Complex Problems with C++ and C# 💡","archived":false,"fork":false,"pushed_at":"2025-03-09T14:59:51.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T16:04:54.389Z","etag":null,"topics":["algorithms","cpp","csharp","problems-solving"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Kogo1616.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":"2024-04-09T19:10:12.000Z","updated_at":"2025-03-09T14:59:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"767ec472-eb3e-4e4a-95da-4516e8347684","html_url":"https://github.com/Kogo1616/ProblemSolving","commit_stats":null,"previous_names":["kogo1616/problemsolving"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kogo1616/ProblemSolving","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kogo1616%2FProblemSolving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kogo1616%2FProblemSolving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kogo1616%2FProblemSolving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kogo1616%2FProblemSolving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kogo1616","download_url":"https://codeload.github.com/Kogo1616/ProblemSolving/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kogo1616%2FProblemSolving/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","cpp","csharp","problems-solving"],"created_at":"2024-12-16T19:32:07.036Z","updated_at":"2026-04-18T14:04:20.258Z","avatar_url":"https://github.com/Kogo1616.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Problem Solving Profiles\n\n### LeetCode 😊 \n[LeetCode Profile](https://leetcode.com/u/cu2022Kogo/)\n  \nCheck out my LeetCode profile to see my solutions to various algorithmic problems! From data structures to dynamic programming, explore my journey through problem-solving challenges on LeetCode.\n\n### Codeforces 😊\n[Codeforces Profile](https://codeforces.com/profile/saba.koguashvili)\n  \nCheck out my Codeforces profile to see my solutions to various algorithmic problems! From data structures to dynamic programming, explore my journey through problem-solving challenges on Codeforces.\n\n\u003c!---LeetCode Topics Start--\u003e\n# LeetCode Topics\n## Database\n|  |\n| ------- |\n| [0577-employee-bonus](https://github.com/Kogo1616/ProblemSolving/tree/master/0577-employee-bonus) |\n| [0584-find-customer-referee](https://github.com/Kogo1616/ProblemSolving/tree/master/0584-find-customer-referee) |\n| [0586-customer-placing-the-largest-number-of-orders](https://github.com/Kogo1616/ProblemSolving/tree/master/0586-customer-placing-the-largest-number-of-orders) |\n| [0610-triangle-judgement](https://github.com/Kogo1616/ProblemSolving/tree/master/0610-triangle-judgement) |\n| [0619-biggest-single-number](https://github.com/Kogo1616/ProblemSolving/tree/master/0619-biggest-single-number) |\n| [1136-actors-and-directors-who-cooperated-at-least-three-times](https://github.com/Kogo1616/ProblemSolving/tree/master/1136-actors-and-directors-who-cooperated-at-least-three-times) |\n| [1258-article-views-i](https://github.com/Kogo1616/ProblemSolving/tree/master/1258-article-views-i) |\n## Two Pointers\n|  |\n| ------- |\n| [0283-move-zeroes](https://github.com/Kogo1616/ProblemSolving/tree/master/0283-move-zeroes) |\n| [1894-merge-strings-alternately](https://github.com/Kogo1616/ProblemSolving/tree/master/1894-merge-strings-alternately) |\n## String\n|  |\n| ------- |\n| [1894-merge-strings-alternately](https://github.com/Kogo1616/ProblemSolving/tree/master/1894-merge-strings-alternately) |\n## Array\n|  |\n| ------- |\n| [0169-majority-element](https://github.com/Kogo1616/ProblemSolving/tree/master/0169-majority-element) |\n| [0283-move-zeroes](https://github.com/Kogo1616/ProblemSolving/tree/master/0283-move-zeroes) |\n## Hash Table\n|  |\n| ------- |\n| [0169-majority-element](https://github.com/Kogo1616/ProblemSolving/tree/master/0169-majority-element) |\n## Divide and Conquer\n|  |\n| ------- |\n| [0169-majority-element](https://github.com/Kogo1616/ProblemSolving/tree/master/0169-majority-element) |\n## Sorting\n|  |\n| ------- |\n| [0169-majority-element](https://github.com/Kogo1616/ProblemSolving/tree/master/0169-majority-element) |\n## Counting\n|  |\n| ------- |\n| [0169-majority-element](https://github.com/Kogo1616/ProblemSolving/tree/master/0169-majority-element) |\n\u003c!---LeetCode Topics End--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkogo1616%2Fproblemsolving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkogo1616%2Fproblemsolving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkogo1616%2Fproblemsolving/lists"}