{"id":22137067,"url":"https://github.com/shivam6862/data-structures-and-algorithms","last_synced_at":"2025-03-24T10:21:38.944Z","repository":{"id":169961082,"uuid":"618977934","full_name":"shivam6862/Data-structures-and-algorithms","owner":"shivam6862","description":" Data-structures-and-algorithms problems and code...","archived":false,"fork":false,"pushed_at":"2024-07-22T09:41:02.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T15:50:17.423Z","etag":null,"topics":["cpp17","dp","dsa-algorithm","graph","linked-list","object-oriented-programming","recursion","tree","tries"],"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/shivam6862.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":"2023-03-25T22:29:24.000Z","updated_at":"2024-07-22T09:41:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9e012af-e5be-416a-9fbd-d57a9f8be8d3","html_url":"https://github.com/shivam6862/Data-structures-and-algorithms","commit_stats":null,"previous_names":["shivam6862/data-structures-and-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam6862%2FData-structures-and-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam6862%2FData-structures-and-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam6862%2FData-structures-and-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivam6862%2FData-structures-and-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivam6862","download_url":"https://codeload.github.com/shivam6862/Data-structures-and-algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245249211,"owners_count":20584497,"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":["cpp17","dp","dsa-algorithm","graph","linked-list","object-oriented-programming","recursion","tree","tries"],"created_at":"2024-12-01T19:29:59.074Z","updated_at":"2025-03-24T10:21:38.921Z","avatar_url":"https://github.com/shivam6862.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ch2 align=\"center\"\u003eData Structures and Algorithms\u003c/h2\u003e\n\n  \u003cp align=\"center\"\u003e\n   This project focuses on Learn Data Structures and Algorithms and their applications. \n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/shivam6862/Data-structures-and-algorithms/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/shivam6862/Data-structures-and-algorithms/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt with\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#usage\"\u003eDescription\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n## About The Project\n\nThis project focuses on Data Structures and Algorithms and their applications. The study covers various topics, including Basic, Linked list, Binary tree , generic tree , Heap and Priority Queue, Graph, Recurrsion, Backtracking, Dp, Bits, Sieve, Object-Oriented-Programming and Practice.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### Built With\n\n- [![cpp][cpp]][cpp-url]\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Description\n\nThe goal of this project is to provide a comprehensive overview of different Data Structures and Algorithms and their implementation.\u003cbr/\u003e\n\n### The project includes the following topics:\n\n- 1. Basic\n- 2. Linked list\n- 3. Binary tree\n- 4. Generic tree\n- 5. Heap and Priority Queue\n- 6. Graph\n- 7. Recurrsion\n- 8. Backtracking\n- 9. Dynamic programming\n- 10. Bits\n- 11. Sieve\n- 12. Object-Oriented-Programming\n- 13. Practice\n\n  \u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Contact\n\nLinkedin - [@shivam-kumar](https://www.linkedin.com/in/shivam-kumar-14701b249/)\n\nProject Link: [https://github.com/shivam6862/](https://github.com/shivam6862/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/shivam6862/Data-structures-and-algorithms.svg?style=for-the-badge\n[contributors-url]: https://github.com/shivam6862/Data-structures-and-algorithms/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/shivam6862/Data-structures-and-algorithms.svg?style=for-the-badge\n[forks-url]: https://github.com/shivam6862/Data-structures-and-algorithms/network/members\n[stars-shield]: https://img.shields.io/github/stars/shivam6862/Data-structures-and-algorithms.svg?style=for-the-badge\n[stars-url]: https://github.com/shivam6862/Data-structures-and-algorithms/stargazers\n[issues-shield]: https://img.shields.io/github/issues/shivam6862/Data-structures-and-algorithms.svg?style=for-the-badge\n[issues-url]: https://github.com/shivam6862/Data-structures-and-algorithms/issues\n[license-shield]: https://img.shields.io/github/license/shivam6862/Data-structures-and-algorithms.svg?style=for-the-badge\n[license-url]: https://github.com/shivam6862/Data-structures-and-algorithms/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/in/shivam-kumar-14701b249/\n[cpp]: https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge\u0026logo=c%2B%2B\u0026logoColor=white\n[cpp-url]: https://devdocs.io/cpp/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivam6862%2Fdata-structures-and-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivam6862%2Fdata-structures-and-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivam6862%2Fdata-structures-and-algorithms/lists"}