{"id":26246483,"url":"https://github.com/sumonta056/start-cp-again","last_synced_at":"2025-08-27T03:03:02.263Z","repository":{"id":248797524,"uuid":"750144081","full_name":"Sumonta056/Start-CP-Again","owner":"Sumonta056","description":"Pratice session of intership preparation !","archived":false,"fork":false,"pushed_at":"2024-08-07T05:07:49.000Z","size":5221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T13:18:51.082Z","etag":null,"topics":["codeforces","interview-questions","leetcode","mock","notes"],"latest_commit_sha":null,"homepage":"","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/Sumonta056.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-01-30T04:10:21.000Z","updated_at":"2025-01-11T14:26:56.000Z","dependencies_parsed_at":"2024-07-17T06:38:12.283Z","dependency_job_id":null,"html_url":"https://github.com/Sumonta056/Start-CP-Again","commit_stats":null,"previous_names":["sumonta056/start-cp-again"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sumonta056/Start-CP-Again","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumonta056%2FStart-CP-Again","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumonta056%2FStart-CP-Again/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumonta056%2FStart-CP-Again/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumonta056%2FStart-CP-Again/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sumonta056","download_url":"https://codeload.github.com/Sumonta056/Start-CP-Again/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumonta056%2FStart-CP-Again/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272283123,"owners_count":24906614,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"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":["codeforces","interview-questions","leetcode","mock","notes"],"created_at":"2025-03-13T13:18:54.577Z","updated_at":"2025-08-27T03:03:02.243Z","avatar_url":"https://github.com/Sumonta056.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align = \"center\"\u003e\n\n_------ **🧠 Competitive Programming Journey 🧠** ------_\n\n# 💖 Useful Resources\n\n###### ✍🏻 Must Try LeetCode + Problem Solving Questions : **([👉Click Here](https://docs.google.com/spreadsheets/d/1hwR-mwallCCs55_WJ7jGIv-tWr1fKsDd-I1cTg7LBnM/edit?usp=sharing))**\n\n###### ✍🏻 Common Problem Solving Question with Approaches : **([👉Click Here](https://sumontas-organization.gitbook.io/intership-preparation-2024/problem-solving))**\n\n# 🌲 Problem Set (Codeforce)\n\n| **Rating** |        **Topic Covered**         | **Platform** |                                           **Problem**                                           |\n| :--------: | :------------------------------: | :----------: | :---------------------------------------------------------------------------------------------: |\n|    800     |           Greedy, Math           |  Codeforces  |           **( [👉 1921-A : Square](https://codeforces.com/contest/1921/problem/A) )**           |\n|    800     |       Brute Force, Strings       |  Codeforces  | **( [👉 1931-A : Recovering a Small String](https://codeforces.com/contest/1931/problem/A) )**  |\n|    800     |      String, Implementation      |  Codeforces  |       **( [👉 1921-B : Arranging Cats](https://codeforces.com/contest/1921/problem/B) )**       |\n|    800     |          String, Greedy          |  Codeforces  | **( [👉 1925-A : We Got Everything Covered!](https://codeforces.com/contest/1925/problem/A) )** |\n|    800     |      String, Implementation      |  Codeforces  |      **( [👉 1922-A : Tricky Template](https://codeforces.com/contest/1922/problem/A) )**       |\n|    800     |       Two Pointer, Greedy        |  Codeforces  |       **( [👉 1851-B : Parity Sort](https://codeforces.com/problemset/problem/1851/B) )**       |\n|    800     |          Binary Search           |  Codeforces  |      **( [👉 1915-C: Can I Square?](https://codeforces.com/problemset/problem/1915/C) )**       |\n|    900     |           Greedy, Math           |  Codeforces  |      **( [👉 1921-C : Sending Messages](https://codeforces.com/contest/1921/problem/C) )**      |\n|    1100    | Greedy, Implementation, Sortings |  Codeforces  |   **( [👉 1335-C : Two Teams Composing](https://codeforces.com/problemset/problem/1335/C) )**   |\n|    1200    |    Math,Sorting,Combinatorics    |  Codeforces  |     **( [👉 1922-B : Forming Triangles](https://codeforces.com/contest/1922/problem/B) )**      |\n|    1200    | Number Theory, Bruteforce,Greedy |  Codeforces  |   **( [👉 1925-B : A Balanced Problemset?](https://codeforces.com/contest/1925/problem/B) )**   |\n|    1200    |               Math               |  Codeforces  | **( [👉 1352-C : K-th Not Divisible by n](https://codeforces.com/problemset/problem/1352/C) )** |\n|    1300    |   Greedy, Math, Implementation   |  Codeforces  |      **( [👉 1922-C : Closest Citites](https://codeforces.com/contest/1922/problem/C) )**       |\n|    1400    |           Two Pointer            |  Codeforces  |           **( [👉 279-B : Books](https://codeforces.com/problemset/problem/279/B) )**           |\n|     ?      |          Greedy,String           |  Codeforces  |       **( [👉 1927-A : Make it White](https://codeforces.com/contest/1927/problem/A) )**        |\n|     ?      |  Constructive Algorithm, String  |  Codeforces  |    **( [👉 1927-B : Following the String](https://codeforces.com/contest/1927/problem/B) )**    |\n|     ?      |   Constructive Algorithm, Math   |  Codeforces  |      **( [👉 1934-A : Too Min Too Max](https://codeforces.com/contest/1934/problem/A) )**       |\n\n\u003chr\u003e\n\n# 🌲 Problem Set (LeetCode)\n\n| **Rating** |   **Topic Covered**   | **Platform** |                                                                                    **Problem**                                                                                    |\n| :--------: | :-------------------: | :----------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |\n|    Easy    | Two Pointers , Sort() |   LeetCode   |                  **( [👉88. Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/description/?envType=study-plan-v2\u0026envId=top-interview-150) )**                  |\n|    Easy    | Two Pointers , Array  |   LeetCode   | **( [👉26. Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/?envType=study-plan-v2\u0026envId=top-interview-150) )** |\n|    Easy    | Two Pointers , Array  |   LeetCode   |                      **( [👉27. Remove Element](https://leetcode.com/problems/remove-element/description/?envType=study-plan-v2\u0026envId=top-interview-150) )**                      |\n|   Medium   |        String         |   LeetCode   |                                   **( [👉131. Palindrome Partitioning](https://leetcode.com/problems/palindrome-partitioning/description/) )**                                    |\n\n\u003c/div\u003e\n\n\u003cdiv align = \"center\"\u003e\n\n\u003chr\u003e\n\n_------ **🧠 VS Code Setup For Competitive Programming 🧠** ------_\n\n# 🌲 Useful Resources\n\n#### ✍️ Competitive Programming Setup (Algorithms Conquered) : **([👉Click Here](https://www.youtube.com/watch?v=ehVuc1Rfifc))**\n\n#### ✍️ Top Chrome Extensions for Best Experience on Codeforces : **([👉Click Here](https://www.youtube.com/watch?v=nVWvsvG1oCs))**\n\n#### ✍️ How to setup VS code for DSA and CP | Input / Output Split Format : **([👉Click Here](https://youtu.be/h3uDCJ5mvgw?si=8zKc42-UvJqdT90u))**\n\n#### ✍️ My VS Code Setup for Competitive Programming (Rachit Jain) : **([👉Click Here](https://youtu.be/Y-_3rXgrRAY?si=FKEuelSk4ehbg6wV))**\n\n#### ✍️ Top 8 Chrome Extensions for Programming : **([👉Click Here](https://youtu.be/t-d9CwPV--A?si=gZJQnBaVlwdI6otx))**\n\n#### ✍️ How to Setup LeetCode in VSCode : **([👉Click Here](https://youtu.be/GpaXnPHuJUo?si=3N0N2nemQpsin9p4))**\n\n\u003chr\u003e\n\n_------ **🎥 Important and Helpful Git-Repository 🎥** ------_\n\n##### ✍️ Rachit Jain Template : **([👉Click Here](https://github.com/rachitiitr/CodeforcesContestBot/blob/master/template.cpp))**\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumonta056%2Fstart-cp-again","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumonta056%2Fstart-cp-again","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumonta056%2Fstart-cp-again/lists"}