{"id":15069060,"url":"https://github.com/alpha037/data-structures-and-algorithms","last_synced_at":"2025-05-15T20:01:37.111Z","repository":{"id":42399933,"uuid":"320323430","full_name":"alpha037/data-structures-and-algorithms","owner":"alpha037","description":"Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.","archived":false,"fork":false,"pushed_at":"2025-03-09T14:28:27.000Z","size":748,"stargazers_count":385,"open_issues_count":0,"forks_count":200,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-12T01:56:29.301Z","etag":null,"topics":["algoexpert","algoexperts","algorithm","algorithms","algorithms-and-data-structures","algorithms-implemented","algorithms-java","data-structure-java","data-structures","faang","google-java-format","java","java-11","leetcode","leetcode-java","leetcode-solutions","roadmap"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alpha037.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-12-10T16:09:37.000Z","updated_at":"2025-04-04T18:28:19.000Z","dependencies_parsed_at":"2025-03-28T22:11:05.104Z","dependency_job_id":"be7efdf5-83bc-4e31-b938-590fcf1af23e","html_url":"https://github.com/alpha037/data-structures-and-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/alpha037%2Fdata-structures-and-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha037%2Fdata-structures-and-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha037%2Fdata-structures-and-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha037%2Fdata-structures-and-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpha037","download_url":"https://codeload.github.com/alpha037/data-structures-and-algorithms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505864,"owners_count":21115354,"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":["algoexpert","algoexperts","algorithm","algorithms","algorithms-and-data-structures","algorithms-implemented","algorithms-java","data-structure-java","data-structures","faang","google-java-format","java","java-11","leetcode","leetcode-java","leetcode-solutions","roadmap"],"created_at":"2024-09-25T01:40:16.071Z","updated_at":"2025-04-12T01:56:36.605Z","avatar_url":"https://github.com/alpha037.png","language":"Java","readme":"\u003ca href=\"https://atlas.shubhranil.com\" target=\"\\_blank\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Developed%20and%20Maintained%20by-Atlas%20Inc-blue\"\u003e\n\u003c/a\u003e\n\n\u003ch1 align=\"center\"\u003eData Structures and Algorithms\u003c/h1\u003e\n\n  \u003cp align=\"center\"\u003e\n    Some basic implementations of important data structures and algorithms in Java, along with a few \u003cstrong\u003eLeetCode\u003c/strong\u003e questions. I'll keep on adding more solutions of LeetCode problems and if you want, you can add them too!\n    \u003cbr /\u003e\n    Also, I've started adding solutions to \u003cstrong\u003e\u003ca href=\"https://algoexpert.io\"\u003eAlgoExpert\u003c/a\u003e\u003c/strong\u003e problems. You can find them in the Contents section.\n    \u003cbr /\u003e\u003cbr /\u003e\n    \u003ca href=\"https://github.com/alpha037/Data-Structures-and-Algorithms#readme\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/alpha037/Data-Structures-and-Algorithms/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/alpha037/Data-Structures-and-Algorithms/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c/p\u003e\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## Table of Contents\n\n- [Built With](#built-with)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n- [Roadmap](#roadmap)\n- [Leetcode Solutions](https://github.com/alpha037/Data-Structures-and-Algorithms/tree/main/LeetCode)\n- [AlgoExpert Solutions](https://github.com/alpha037/Data-Structures-and-Algorithms/tree/main/AlgoExSolutions)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n\u003c!-- BUILT WITH  --\u003e\n\n### Built With\n\n- [Java 11](https://www.oracle.com/in/java/technologies/javase-jdk11-downloads.html) - Since all the data structures and algorithms are implemented with Java, so there's nothing else to be setup except that.\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n### Prerequisites\n\nYou need to have Java 11 setup in your local machine before you can run any one of the programs. Check out the [official guide from Oracle](https://docs.oracle.com/en/java/javase/11/install/overview-jdk-installation.html#GUID-8677A77F-231A-40F7-98B9-1FD0B48C346A) for that.\n\n\u003c!-- ROADMAP --\u003e\n\n## Roadmap\n\nSee the [open issues](https://github.com/alpha037/Data-Structures-and-Algorithms/issues) for a list of proposed features (and known issues).\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. For more details, check out the [contributing guidelines](CONTRIBUTING.md).\n\n1. Fork the Project.\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`).\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`).\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request.\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n\nShubhranil Dutta - contact@shubhranil.com\n\nProject Link: [https://github.com/alpha037/Data-Structures-and-Algorithms](https://github.com/alpha037/Data-Structures-and-Algorithms)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpha037%2Fdata-structures-and-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpha037%2Fdata-structures-and-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpha037%2Fdata-structures-and-algorithms/lists"}