{"id":25767141,"url":"https://github.com/vikramgujar/logical-problem-solving","last_synced_at":"2026-06-12T19:33:27.977Z","repository":{"id":269125922,"uuid":"906227055","full_name":"VikramGujar/Logical-Problem-Solving","owner":"VikramGujar","description":"A daily updated collection of Java solutions to logical problems like arrays, strings, recursion, and more. Perfect for coding practice, interviews, and enhancing problem-solving skills.","archived":false,"fork":false,"pushed_at":"2025-01-26T17:21:57.000Z","size":107,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T23:19:30.103Z","etag":null,"topics":["algorithms","arrays","coding","coding-practice","competitive-programming","daily-coding","data-structures","interview-preparation","java","java-exercises","logical-problems","problem-solving","programming-challenges","recursion","strings"],"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/VikramGujar.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}},"created_at":"2024-12-20T12:34:29.000Z","updated_at":"2025-01-26T18:33:18.000Z","dependencies_parsed_at":"2024-12-21T06:19:34.875Z","dependency_job_id":"e73e9977-11de-4262-9c23-623cfc55331e","html_url":"https://github.com/VikramGujar/Logical-Problem-Solving","commit_stats":null,"previous_names":["vikramgujar/logical-problem-solving"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VikramGujar/Logical-Problem-Solving","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VikramGujar%2FLogical-Problem-Solving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VikramGujar%2FLogical-Problem-Solving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VikramGujar%2FLogical-Problem-Solving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VikramGujar%2FLogical-Problem-Solving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VikramGujar","download_url":"https://codeload.github.com/VikramGujar/Logical-Problem-Solving/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VikramGujar%2FLogical-Problem-Solving/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34260309,"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-12T02:00:06.859Z","response_time":109,"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":["algorithms","arrays","coding","coding-practice","competitive-programming","daily-coding","data-structures","interview-preparation","java","java-exercises","logical-problems","problem-solving","programming-challenges","recursion","strings"],"created_at":"2025-02-26T23:19:13.200Z","updated_at":"2026-06-12T19:33:27.953Z","avatar_url":"https://github.com/VikramGujar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logical Problem Solving in Java\n\nWelcome to the **Logical Problem Solving in Java** repository! 🚀  \nThis repository is a comprehensive collection of **Java programs** solving various logical problems, focusing on **arrays, strings**, and other fundamental concepts. It is designed to help programmers strengthen their problem-solving skills by providing structured, real-world examples.\n\n---\n\n## 🔍 About This Repository\n\nThis repository aims to:\n- Provide a **daily log** of solved logical problems in Java.\n- Cover topics such as **array manipulation, string operations, recursion, mathematical problems, and more.**\n- Serve as a resource for anyone preparing for **coding interviews, competitive programming,** or enhancing their Java programming skills.\n\nThe repository is updated **daily** with new problems and solutions. All solutions are implemented using **Java Standard Edition (JSE)** and follow clean coding practices.\n\n---\n\n## 📂 Folder Structure\n\nThe repository is organized as follows:\nLogical-Problem-Solving/ \n    ├── com/ \n    │ └── logical/ \n    │     ├── month_date\n    │           ├── Problem1.java \n    │           ├── Problem2.java \n    │           └── ...\n\n\n\n\n### Explanation:\n1. **`Logical-Problem-Solving/com/logical/`**: This is the main directory containing all problem-solving solutions.\n2. **Date-wise folders (`month_date`)**: Each folder corresponds to the date on which the problems were solved.\n3. **Java files (`ProblemX.java`)**: Each file contains a solution to a specific problem with well-documented code and comments.\n\n---\n\n## 🏷️ Key Topics Covered\n\n### 🛠️ Arrays\n- Reverse an array\n- Find the maximum and minimum elements\n- Rotate an array\n- Merge sorted arrays\n- Kadane's algorithm for maximum subarray sum\n\n### 🧵 Strings\n- Reverse a string\n- Check for palindrome\n- Count vowels and consonants\n- Remove duplicates\n- String compression and manipulation\n\n### 🔢 Mathematics\n- Prime number check\n- Fibonacci series\n- Factorial of a number\n- Sum of digits\n- GCD and LCM\n\n### 🔄 Recursion\n- Tower of Hanoi\n- Binary search\n- Factorial calculation\n- String permutations\n- Recursive array sum\n\n### 💡 Logical and Miscellaneous\n- Pattern printing\n- Matrix operations\n- Finding missing elements\n- Frequency count\n- Basic game logic\n\n---\n\n## ✨ Features\n\n- **Daily Problem Solving**: Problems are solved and added every day.\n- **Well-Structured Code**: Each file contains clean, modular, and well-commented code.\n- **Scalable Design**: The folder structure ensures easy navigation and understanding.\n- **Comprehensive Topics**: Covers a wide range of logical problems.\n\n---\n\n## 🚀 How to Use\n\n1. **Clone the Repository**  \n   Use the following command to clone the repository to your local machine:\n   ```bash\n   git clone https://github.com/VikramGujar/Logical-Problem-Solving.git\n\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikramgujar%2Flogical-problem-solving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikramgujar%2Flogical-problem-solving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikramgujar%2Flogical-problem-solving/lists"}