{"id":32814629,"url":"https://github.com/immanas/java-problem-solving","last_synced_at":"2026-06-21T18:31:52.859Z","repository":{"id":313064678,"uuid":"1039596384","full_name":"immanas/JAVA-problem-solving","owner":"immanas","description":"🚀 This repository contains my  problem-solving journey in Java.   📚 It covers multiple platforms and topics including **algorithms**, 🧩 **data structures**, and 🌍 **real-world coding assessments**.  ","archived":false,"fork":false,"pushed_at":"2025-10-03T11:10:34.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-03T13:12:29.023Z","etag":null,"topics":["array","array-manipulations","array-methods","arraylist","dsa-algorithm","java-8"],"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/immanas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-17T15:25:00.000Z","updated_at":"2025-10-03T11:11:45.000Z","dependencies_parsed_at":"2025-09-03T18:41:59.701Z","dependency_job_id":"5d6399dc-275c-49b7-a2a1-1bd5a021e26f","html_url":"https://github.com/immanas/JAVA-problem-solving","commit_stats":null,"previous_names":["immanas/java-problem-solving"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/immanas/JAVA-problem-solving","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immanas%2FJAVA-problem-solving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immanas%2FJAVA-problem-solving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immanas%2FJAVA-problem-solving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immanas%2FJAVA-problem-solving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/immanas","download_url":"https://codeload.github.com/immanas/JAVA-problem-solving/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immanas%2FJAVA-problem-solving/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283124191,"owners_count":26783292,"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","status":"online","status_checked_at":"2025-11-07T02:00:06.343Z","response_time":61,"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":["array","array-manipulations","array-methods","arraylist","dsa-algorithm","java-8"],"created_at":"2025-11-07T04:02:05.925Z","updated_at":"2026-06-21T18:31:52.854Z","avatar_url":"https://github.com/immanas.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💻 Java Algorithms \u0026 Problem Solutions 🧠🔥\n\nWelcome to the **Ultimate Java DSA Repository** — a complete collection of problem solutions grouped by key topics like **Arrays**, **Linked Lists**, **OOP**, **Sorting**, and more!  \nThis repo is crafted for students, developers, and interview aspirants who want to master **Data Structures \u0026 Algorithms in Java** the smart way. 🚀  \n\n## 🚀 Project Overview\n\nThis repository contains **well-structured, modular, and optimized Java solutions**, categorized topic-wise for quick reference and easy navigation.\n\nEach problem includes:\n✅ Clean and readable Java code  \n✅ Short problem description  \n✅ Approach / Explanation  \n✅ Time \u0026 Space complexity  \n✅ Example inputs \u0026 outputs  \n\n**Use this repo to:**\n- 🧩 Strengthen your DSA concepts  \n- 💼 Prepare for coding interviews  \n- 📘 Learn Java problem-solving patterns  \n- 🤝 Share \u0026 collaborate with others  \n- 🌟 Showcase your DSA portfolio on GitHub  \n\n## 🧭 Topics Covered\n\n- Arrays  \n- Strings  \n- Linked Lists  \n- Stacks \u0026 Queues  \n- Trees \u0026 Binary Trees  \n- Recursion \u0026 Backtracking  \n- Sorting \u0026 Searching  \n- Hashing  \n- Dynamic Programming  \n- Graphs  \n- Object-Oriented Programming (OOP)  \n\n## 🧩 Problem Organization\n\nProblems are structured in a **topic-first approach**:\n\n- Each folder represents a concept  \n- Problems progress from **basic → intermediate → advanced**  \n- Naming is consistent for easy navigation  \n- Solutions are kept **independent and modular**  \n\n## ⚙️ How to Use This Repository\n\n1. Pick a topic (e.g., Arrays)  \n2. Start with basic problems  \n3. Read the approach before jumping to code  \n4. Try solving on your own  \n5. Compare with the provided solution  \n\n## 🧠 Learning Strategy\n\nTo get maximum value:\n\n- Don’t just read — **solve first**  \n- Focus on **patterns, not memorization**  \n- Revisit problems after a few days  \n- Track weak areas and improve them  \n\n## 📈 Progress Tracking\n\n- ✔️ Easy Problems  \n- ✔️ Medium Problems  \n- ⏳ Hard Problems (in progress)  \n\nYou can track your journey and consistency using this repo.\n\n## 🤝 Contribution Guidelines\n\nWant to contribute? Awesome! 🚀  \n\n- Add clean and optimized solutions  \n- Follow proper naming conventions  \n- Include explanation + complexity  \n- Avoid duplicate problems  \n- Keep code readable and structured  \n\n## 🧪 Code Quality Standards\n\n- Meaningful variable names  \n- Proper indentation \u0026 formatting  \n- No unnecessary complexity  \n- Focus on clarity + performance  \n\n## 🔥 What Makes This Repo Different\n\n- Topic-wise structured learning  \n- Beginner → Advanced progression  \n- Clean explanations with every problem  \n- Focus on real interview patterns  \n- Designed for consistency, not randomness  \n\n## 🎯 Goal\nTo build a **strong DSA foundation in Java** and create a repository that is not just for practice — but a **long-term reference for problem-solving mastery**.\n\n## ⭐ Support\n\nIf you find this helpful:\n- ⭐ Star the repository  \n- 🍴 Fork and practice  \n- 🤝 Share with others  \n\n💡 *Consistency beats intensity. Solve daily, improve steadily.*\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimmanas%2Fjava-problem-solving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimmanas%2Fjava-problem-solving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimmanas%2Fjava-problem-solving/lists"}