{"id":19974188,"url":"https://github.com/codersunny812/dsa-java","last_synced_at":"2026-06-09T19:31:43.709Z","repository":{"id":196097972,"uuid":"694329467","full_name":"codERSunny812/DSA-java","owner":"codERSunny812","description":"A repository documenting my journey through Data Structures and Algorithms (DSA) using code implementations and notes. This includes solved problems, optimized solutions, and a structured roadmap inspired by Striver's A-Z DSA Playlist","archived":false,"fork":false,"pushed_at":"2025-02-05T00:31:56.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T18:33:58.941Z","etag":null,"topics":["dsa","dsa-algorithm","dsa-learning-series","java","striver-a2z-sheet","striversa2zdsa"],"latest_commit_sha":null,"homepage":"","language":"Java","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/codERSunny812.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-09-20T19:26:47.000Z","updated_at":"2025-02-05T00:32:00.000Z","dependencies_parsed_at":"2024-07-06T09:47:33.685Z","dependency_job_id":"cd3ba963-7015-4c75-8ca4-1f2067a5daff","html_url":"https://github.com/codERSunny812/DSA-java","commit_stats":null,"previous_names":["codersunny812/dsa-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codERSunny812/DSA-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codERSunny812%2FDSA-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codERSunny812%2FDSA-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codERSunny812%2FDSA-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codERSunny812%2FDSA-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codERSunny812","download_url":"https://codeload.github.com/codERSunny812/DSA-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codERSunny812%2FDSA-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34123171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["dsa","dsa-algorithm","dsa-learning-series","java","striver-a2z-sheet","striversa2zdsa"],"created_at":"2024-11-13T03:14:16.390Z","updated_at":"2026-06-09T19:31:43.690Z","avatar_url":"https://github.com/codERSunny812.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures and Algorithms (DSA) Learning Repository\n\nWelcome to my DSA Learning Repository! 🚀\n\nThis repository contains all the code and solutions I have implemented while solving various DSA problems and concepts. It serves as a comprehensive collection of my learning journey through Data Structures and Algorithms. I have also started following the Striver's A-Z DSA Playlist, which is a systematic guide for mastering DSA from basics to advanced levels.\n\n---\n\n## Repository Highlights\n\n### 1. **Structured Learning**\n- Organized by topics such as Arrays, Linked Lists, Trees, Graphs, Dynamic Programming, etc.\n- Solutions are categorized based on difficulty levels: Easy, Medium, Hard.\n\n### 2. **Striver's A-Z Playlist Integration**\n- Following the Striver's DSA roadmap, this repo reflects my progress through the playlist.\n- Includes notes and key takeaways from each topic.\n\n### 3. **Code Implementation**\n- Each problem includes:\n  - Problem statement.\n  - Explanation of the approach.\n  - Optimized solutions.\n  - Time and space complexity analysis.\n\n### 4. **Hands-on Practice**\n- Solved problems from popular platforms like LeetCode, Codeforces, and InterviewBit.\n\n---\n\n## Repository Structure\n\n```\nDSA-Learning-Repo/\n├── Java Basic/\n├── Pattern/\n├── Recursion/\n├── Hashing/\n├── Arrays/\n├── LinkedLists/\n├── Trees/\n├── Graphs/\n├── DynamicProgramming/\n├── SortingAlgorithms/\n├── SearchingAlgorithms/\n├── Notes/\n└── README.md\n```\n\n### Folder Descriptions\n- **Topic-Based Folders:** Contain solutions and explanations categorized by DSA topics.\n- **Notes:** Key takeaways, tricks, and useful tips for quick revision.\n- **README.md:** This file, summarizing the purpose and structure of the repository.\n\n---\n\n## Resources\n- [Striver's A-Z DSA Playlist](https://www.youtube.com/playlist?list=PLgUwDviBIf0oF6QL8m22w1hIDC1vJ_BHz)\n- [LeetCode](https://leetcode.com/)\n- [InterviewBit](https://www.interviewbit.com/)\n- [GeeksforGeeks](https://www.geeksforgeeks.org/)\n\n---\n\n## How to Use This Repository\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/DSA-Learning-Repo.git\n   ```\n2. Navigate through topic folders to find specific implementations.\n3. Use the notes for quick revisions.\n4. Feel free to contribute or suggest improvements!\n\n---\n\n## Future Goals\n- Solve 500+ problems by the end of this journey.\n- Master all major algorithms and data structures.\n- Build a strong foundation for competitive programming and technical interviews.\n\n---\n\n## Contributing\nIf you'd like to contribute by suggesting better approaches, optimizing existing solutions, or adding new problems, feel free to create a pull request or raise an issue.\n\n---\n\n## License\nThis repository is licensed under the MIT License. You are free to use, modify, and share the content for educational purposes.\n\n---\n\nHappy Learning! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodersunny812%2Fdsa-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodersunny812%2Fdsa-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodersunny812%2Fdsa-java/lists"}