{"id":19273094,"url":"https://github.com/remonhasan/cp-code-library","last_synced_at":"2025-02-23T20:41:40.048Z","repository":{"id":105050876,"uuid":"250020475","full_name":"Remonhasan/cp-code-library","owner":"Remonhasan","description":"algorithms \u0026 data structures that i learned for CP 💡","archived":false,"fork":false,"pushed_at":"2024-09-07T08:28:02.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-05T13:43:56.923Z","etag":null,"topics":["cpp","data-structures","number-theory","prefix-notation","stl-algorithms"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Remonhasan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-03-25T15:43:35.000Z","updated_at":"2024-09-07T08:28:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"f14f5147-c95d-4457-b289-1dca360b542c","html_url":"https://github.com/Remonhasan/cp-code-library","commit_stats":null,"previous_names":["remonhasan/cp-code-library"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remonhasan%2Fcp-code-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remonhasan%2Fcp-code-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remonhasan%2Fcp-code-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Remonhasan%2Fcp-code-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Remonhasan","download_url":"https://codeload.github.com/Remonhasan/cp-code-library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240378878,"owners_count":19792039,"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":["cpp","data-structures","number-theory","prefix-notation","stl-algorithms"],"created_at":"2024-11-09T20:40:58.367Z","updated_at":"2025-02-23T20:41:40.010Z","avatar_url":"https://github.com/Remonhasan.png","language":"C++","readme":"# Competitive Programming Code Library\n\nWelcome to the Competitive Programming Code Library! This repository contains a collection of code samples and solutions for various topics commonly encountered in competitive programming contests. Whether you're a beginner looking to learn new algorithms or an experienced coder seeking efficient implementations, this library aims to provide comprehensive resources for improving your skills.\n\n## About\n\nCompetitive programming involves solving algorithmic problems under time constraints. It requires proficiency in data structures, algorithms, and problem-solving techniques. This code library is designed to help you understand and implement these concepts effectively.\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Topics](#topics)\n3. [Contribution Guidelines](#contribution-guidelines)\n4. [Resources](#resources)\n5. [License](#license)\n\n## Introduction\n\nThis repository serves as a central hub for competitive programming enthusiasts to explore and learn various topics, algorithms, and problem-solving strategies. Each topic contains code samples, explanations, and links to relevant problems for practice.\n\n## Topics\n\nBelow is a list of topics covered in this code library:\n\n- Data Structures\n  - Arrays\n  - Linked Lists\n  - Stacks\n  - Queues\n  - Trees\n  - Graphs\n  - Heaps\n  - Hash Tables\n- Algorithms\n  - Sorting\n  - Searching\n  - Dynamic Programming\n  - Greedy Algorithms\n  - Graph Algorithms\n  - String Algorithms\n  - Divide and Conquer\n- Advanced Topics\n  - Segment Trees\n  - Binary Indexed Trees (Fenwick Trees)\n  - Disjoint Set Union (DSU)\n  - Advanced Graph Algorithms\n  - Advanced Dynamic Programming\n- Miscellaneous\n  - Bit Manipulation\n  - Number Theory\n  - Geometry\n  - Combinatorics\n  - Probability\n\nEach topic directory contains code samples in various programming languages (C++, Java, Python, etc.), along with explanations and references to related problems for practice.\n\n## Contribution Guidelines\n\nContributions to this code library are highly encouraged! If you have code samples, explanations, or additional topics to add, feel free to contribute via pull requests. Here are some guidelines to follow:\n\n1. Fork the repository and create a new branch for your contribution.\n2. Make your changes, ensuring code quality and adherence to the repository structure.\n3. Test your code samples to ensure correctness and efficiency.\n4. Update the README.md file if necessary to reflect your changes.\n5. Submit a pull request, describing your changes and their significance.\n\n## Resources\n\nHere are some additional resources to enhance your understanding of competitive programming:\n\n- Online Judges: [Codeforces](https://codeforces.com/), [LeetCode](https://leetcode.com/), [HackerRank](https://www.hackerrank.com/), [TopCoder](https://www.topcoder.com/)\n- Books: \"Competitive Programming\" by Steven Halim, Felix Halim; \"Introduction to Algorithms\" by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein\n- Websites: [GeeksforGeeks](https://www.geeksforgeeks.org/), [CP-Algorithms](https://cp-algorithms.com/)\n\n## License\n\nThis code library is licensed under the [MIT License](LICENSE), allowing for free distribution and modification of the code samples. Feel free to use and share these resources for educational and competitive programming purposes.\n\nHappy Coding!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremonhasan%2Fcp-code-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremonhasan%2Fcp-code-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremonhasan%2Fcp-code-library/lists"}