{"id":25176717,"url":"https://github.com/khushipandey8/java","last_synced_at":"2025-04-04T01:41:35.693Z","repository":{"id":249439853,"uuid":"831425467","full_name":"KhushiPandey8/JAVA","owner":"KhushiPandey8","description":"💡A comprehensive collection of Data Structures and Algorithms implemented in Java. This repository includes detailed explanations, ⚡ optimized solutions, and code examples to 📚 help students and professionals master DSA concepts.","archived":false,"fork":false,"pushed_at":"2025-02-14T15:44:36.000Z","size":17504,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T16:33:14.001Z","etag":null,"topics":["dsa","dsa-algorithm","graph","java","java-8","leetcode-solutions","linked-list","object-oriented-programming","queue","recursion","stack","tree"],"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/KhushiPandey8.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-07-20T14:07:46.000Z","updated_at":"2025-02-14T15:43:34.000Z","dependencies_parsed_at":"2024-11-12T18:31:07.166Z","dependency_job_id":"49b3829d-ca09-4ee2-8aec-aa01d2f3b4d2","html_url":"https://github.com/KhushiPandey8/JAVA","commit_stats":null,"previous_names":["xing24xing/java","khushipandey-1/java","khushipandey8/java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhushiPandey8%2FJAVA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhushiPandey8%2FJAVA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhushiPandey8%2FJAVA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhushiPandey8%2FJAVA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhushiPandey8","download_url":"https://codeload.github.com/KhushiPandey8/JAVA/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107830,"owners_count":20884797,"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":["dsa","dsa-algorithm","graph","java","java-8","leetcode-solutions","linked-list","object-oriented-programming","queue","recursion","stack","tree"],"created_at":"2025-02-09T13:17:57.753Z","updated_at":"2025-04-04T01:41:35.675Z","avatar_url":"https://github.com/KhushiPandey8.png","language":"Java","readme":"# JAVA\n# 🚀 Java Data Structures and Algorithms (DSA) \u0026 OOPs Questions\n\n![Description of the Image](DATA_STRUCTURE_AND_ALGORITHM/build/classes/image/Screenshot%202024-12-03%20171644.png)\n\nWelcome to my collection of Java DSA and OOPs problem solutions! Here, I’ve solved various challenging problems, implemented efficient algorithms, and demonstrated key object-oriented programming concepts. 🌟\n\n![Description of the Image](DATA_STRUCTURE_AND_ALGORITHM/build/classes/image/Screenshot%202024-12-03%20171740.png)\n\n## 📖 Topics Covered\n - 💡 Data Structures: Arrays, Linked Lists, Stacks, Queues, Trees, Graphs.\n - 🔢 Algorithms: Sorting, Searching, Dynamic Programming, Backtracking.\n - 🎓 OOP Concepts: Classes, Inheritance, Polymorphism, Encapsulation, Abstraction.\n - 🤔 LeetCode Problems: Solutions to frequently asked coding interview problems.\n - 📋 Question Patterns\n\n## Here’s a glimpse of the question patterns I’ve worked on:\n\n## 1️⃣ Arrays\n - 🔍 Search in Rotated Sorted Array\n   \n    _Problem: Search for a target element in a rotated sorted array._\n   \n    _Solution: Binary Search for O(log n) time complexity._\n## 2️⃣ Linked List\n- 🔗 Merge Two Sorted Linked Lists\n  \n     _Problem: Merge two sorted linked lists into one sorted linked list._\n  \n     _Solution: Use two pointers for optimal merging._\n## 3️⃣ Recursion and Backtracking\n- 📐 Permutations of an Array\n  \n     _Problem: Generate all permutations of an array of integers._\n  \n     _Solution: Recursive backtracking with base and recursive cases._\n## 4️⃣ Trees\n - 🌳 Binary Tree Level Order Traversal\n   \n      _Problem: Return the level order traversal of a binary tree._\n   \n      _Solution: Use BFS and a queue._\n   \n# 🎯 Object-Oriented Programming Concepts\n## 🛠️ Class and Object\n- 📝 Student Management System\n  \n   _Implemented Features: Add, remove, and view student records._\n## 🏠 Inheritance\n- 🏢 Employee Management System\n  \n    _Implemented Features: Hierarchical structure using inheritance (Manager, Engineer)._\n## 🚀 Polymorphism\n- 📊 Shapes Area Calculator\n\n  _Implemented Features: Overriding calculateArea() for different shapes like Circle and Rectangle._\n\n# 🌟 How to Use\n## Clone the repository:\n*git clone https://github.com/KhushiPandey8/JAVA*\n\n# 💌 Contact Me\n## Feel free to reach out for feedback, suggestions, or collaboration! 😊\n - 📧 Email: xingxing8601@example.com\n - 🔗 GitHub: https://github.com/KhushiPandey8/\n\n# 🏆 Acknowledgments\n## Special thanks to:\n - 🖥️ LeetCode for amazing problem sets.\n - 📚 Java Programming Community for support and resources.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushipandey8%2Fjava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhushipandey8%2Fjava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhushipandey8%2Fjava/lists"}