{"id":19451196,"url":"https://github.com/sreejit7/data-structures-algorithms","last_synced_at":"2025-09-09T06:35:35.880Z","repository":{"id":129103031,"uuid":"308881246","full_name":"Sreejit7/Data-Structures-Algorithms","owner":"Sreejit7","description":"Codes with solutions for different Data Structures \u0026 Algorithm related problems","archived":false,"fork":false,"pushed_at":"2021-03-15T02:50:33.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T23:51:23.535Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","cpp","data-structures","problem-solving"],"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/Sreejit7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2020-10-31T12:52:58.000Z","updated_at":"2021-03-15T02:50:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8a70f52-b827-4c52-b244-69d42abda3c5","html_url":"https://github.com/Sreejit7/Data-Structures-Algorithms","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/Sreejit7%2FData-Structures-Algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sreejit7%2FData-Structures-Algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sreejit7%2FData-Structures-Algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sreejit7%2FData-Structures-Algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sreejit7","download_url":"https://codeload.github.com/Sreejit7/Data-Structures-Algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240638803,"owners_count":19833357,"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":["algorithms","algorithms-and-data-structures","cpp","data-structures","problem-solving"],"created_at":"2024-11-10T16:40:41.060Z","updated_at":"2025-02-25T09:25:14.472Z","avatar_url":"https://github.com/Sreejit7.png","language":"C++","readme":"# Data-Structures-Algorithms \u003cimg align = \"right\" src =\"https://img.shields.io/github/watchers/Sreejit7/Data-Structures-Algorithms?style=social\"\u003e \u003cimg align = \"right\" src =\"https://img.shields.io/github/stars/Sreejit7/Data-Structures-Algorithms?style=social\"\u003e\u003cimg align = \"right\" src= \"https://img.shields.io/github/forks/Sreejit7/Data-Structures-Algorithms?style=social\"\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/github/contributors/Sreejit7/Data-Structures-Algorithms?style=for-the-badge\"\u003e\n\u003cimg src=\"https://img.shields.io/tokei/lines/github/Sreejit7/Data-Structures-Algorithms?style=for-the-badge\"\u003e\n\u003cimg src=\"https://img.shields.io/github/last-commit/Sreejit7/Data-Structures-Algorithms?style=for-the-badge\"\u003e\n\u003cimg src=\"https://img.shields.io/github/languages/count/Sreejit7/Data-Structures-Algorithms?style=for-the-badge\"\u003e\n\u003cimg src=\"https://img.shields.io/github/languages/code-size/Sreejit7/Data-Structures-Algorithms?style=for-the-badge\" alt=\"code size\"\u003e\n \u003c/p\u003e\n \n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues/Sreejit7/Data-Structures-Algorithms?style=for-the-badge\" alt=\"open issues\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues-closed/Sreejit7/Data-Structures-Algorithms?style=for-the-badge\" alt=\"closed issues\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues-pr/Sreejit7/Data-Structures-Algorithms?style=for-the-badge\" alt=\"open pull request\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues-pr-closed/Sreejit7/Data-Structures-Algorithms?style=for-the-badge\" alt=\"closed pull request\"\u003e\n\u003c/p\u003e\n\n\n\n## Introduction :memo:\nData Structures \u0026 Algorithms are fundmental parts of Computer Science. Having good DS \u0026 Algo knowledge is a must for any developer. You can never learn all the Data Structures and all the Algorithms in the world, there's no end to it. In this repo, I'll be storing the solutions to all the Data Structure \u0026 Algorithm related problems I'll be learning. \n\n:star2: Star it,\n:fork_and_knife:Fork it,\n:handshake: Contribute to it!\n\n### Data Structures :book:\nA Data Structure is a way of organizing data in simple terms. It gives us access to storing, accessing and manipulating data in an efficient manner.\n\n### Algorithms :book:\nAn algorithm is a set of instructions designed for accomplishing any particular task. We can perform the same task using multiple algorithms, and I'll try to include all possible solution approaches that I can come up with, for a certain problem. \n\n## Languages \nFor now, I'll be writing codes in C++ only. You can contribute codes in other languages as well. \n\n## Running codes\nFor running C++ codes, you need to download GNU/G++ environment in your system.\n\n## Contributing :handshake:\nFor contributing to this repo, please follow the [contribution guidelines](https://github.com/Sreejit7/Data-Structures-Algorithms/blob/master/CONTRIBUTING.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsreejit7%2Fdata-structures-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsreejit7%2Fdata-structures-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsreejit7%2Fdata-structures-algorithms/lists"}