{"id":19519998,"url":"https://github.com/suniksha12/dsa_programs","last_synced_at":"2026-01-26T04:33:13.384Z","repository":{"id":242754963,"uuid":"810467981","full_name":"Suniksha12/DSA_Programs","owner":"Suniksha12","description":"This repository is a comprehensive collection of Data Structures and Algorithms (DSA) programs implemented in Java. Each major topic in DSA has its dedicated subfolder, referred to as a ‘set’. Each ‘set’ encapsulates 10-12 specific DSA programs related to the overarching topic.","archived":false,"fork":false,"pushed_at":"2024-10-19T05:30:05.000Z","size":250,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T07:35:30.208Z","etag":null,"topics":["algorithms","approach","data-structures","datastructures-algorithms","dsa","file-upload","git","github","interview-preparation","interview-questions","java","pages","problem-solving","revision","solutions","spacecomplexity","star","timecomplexity"],"latest_commit_sha":null,"homepage":"https://github.com/Suniksha12/DSA_Programs/tree/main","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/Suniksha12.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":"2024-06-04T18:53:01.000Z","updated_at":"2025-03-30T15:56:33.000Z","dependencies_parsed_at":"2024-07-16T20:11:52.174Z","dependency_job_id":"b8d21e27-81a8-4923-9019-c48cd3e21643","html_url":"https://github.com/Suniksha12/DSA_Programs","commit_stats":null,"previous_names":["suniksha12/dsa_programs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Suniksha12/DSA_Programs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suniksha12%2FDSA_Programs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suniksha12%2FDSA_Programs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suniksha12%2FDSA_Programs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suniksha12%2FDSA_Programs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Suniksha12","download_url":"https://codeload.github.com/Suniksha12/DSA_Programs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Suniksha12%2FDSA_Programs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28766886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["algorithms","approach","data-structures","datastructures-algorithms","dsa","file-upload","git","github","interview-preparation","interview-questions","java","pages","problem-solving","revision","solutions","spacecomplexity","star","timecomplexity"],"created_at":"2024-11-11T00:23:12.263Z","updated_at":"2026-01-26T04:33:13.370Z","avatar_url":"https://github.com/Suniksha12.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures and Algorithms in Java 🚀\n\nWelcome to my DSA learning repository! This collection represents months of dedicated work implementing fundamental Data Structures and Algorithms concepts in Java. Whether you're preparing for technical interviews or strengthening your programming foundation, this repository aims to be a comprehensive resource.\n\n## 📚 Repository Structure\n\nThis repository is organized into 13 main sections, each containing two sets of problems with different approaches:\n\n```\nDSA_Programs/\n├── 1_Math_Problems/\n├── 2_Arrays\u0026Strings/\n├── 3_Bitwise_Operations/\n├── 4_Recursion/\n├── 5_Searching_\u0026_Sorting/\n├── 6_Stack_and_Queue/\n├── 7_Linked_List/\n├── 8_Tree/\n├── 9_Graph/\n├── 10_Greedy_and_backtracking/\n├── 11_Dynamic_Programming/\n├── 12_String\u0026Other_Programming/\n└── 13_Heap_\u0026_Hashing/\n```\n\n## ✨ Key Features\n\n- Clean, well-documented Java implementations\n- Multiple approaches to solve each problem\n- Time and Space complexity analysis\n- Progressive difficulty levels\n- Detailed explanations and comments\n- Organized by topics and concepts\n\n## 🗂️ Topics Covered\n\n1. **Math Problems**\n   - Basic to advanced mathematical operations\n   - Number theory implementations\n\n2. **Arrays \u0026 Strings**\n   - Array manipulations\n   - String algorithms\n   - Pattern matching\n\n3. **Bitwise Operations**\n   - Bit manipulation\n   - Optimization techniques\n\n4. **Recursion**\n   - Basic to advanced recursion\n   - Backtracking fundamentals\n\n5. **Searching \u0026 Sorting**\n   - Linear and Binary Search\n   - Various sorting algorithms\n   - Custom search implementations\n\n6. **Stack \u0026 Queue**\n   - Stack applications\n   - Queue variations\n   - Priority Queue implementations\n\n7. **Linked List**\n   - Singly Linked List\n   - Doubly Linked List\n   - Complex operations\n\n8. **Tree**\n   - Binary Search Tree\n   - Tree traversals\n   - Advanced tree operations\n\n9. **Graph**\n   - Graph representations\n   - DFS \u0026 BFS\n   - Shortest path algorithms\n\n10. **Greedy \u0026 Backtracking**\n    - Optimization problems\n    - Decision-making algorithms\n\n11. **Dynamic Programming**\n    - Classical DP problems\n    - Optimization techniques\n\n12. **String \u0026 Other Programming**\n    - Pattern matching\n    - String manipulations\n\n13. **Heap \u0026 Hashing**\n    - Heap operations\n    - Hash table implementations\n\n## 🚀 Getting Started\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/Suniksha12/DSA_Programs.git\n```\n\n2. Navigate to specific topic directory\n3. Each problem contains multiple Java files with different approaches\n4. Read the comments for understanding the approach and complexity\n\n## 💡 How to Use\n\n- Start with basic topics if you're a beginner\n- Each topic has SET-1 and SET-2 folders for progressive learning\n- Read the problem statement in comments\n- Understand the approach and complexity analysis\n- Try solving before looking at the solution\n- Compare your solution with the provided implementations\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\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## ⭐ Show your support\n\nGive a ⭐️ if this project helped you! Your support means a lot!\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## 📫 Contact\n\nIf you have any questions, feel free to reach out or create an issue.\n\nHappy Coding! 👨‍💻👩‍💻\n\n---\n**Note**: This repository is actively maintained. Feel free to raise issues or suggest improvements!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuniksha12%2Fdsa_programs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuniksha12%2Fdsa_programs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuniksha12%2Fdsa_programs/lists"}