{"id":25873035,"url":"https://github.com/jaspreetsingh-exe/java-datastructureandalgorithms","last_synced_at":"2026-06-11T10:31:15.869Z","repository":{"id":275752229,"uuid":"927090326","full_name":"JaspreetSingh-exe/Java-DataStructureAndAlgorithms","owner":"JaspreetSingh-exe","description":"This repository covers essential concepts of Java,  Object-Oriented Programming (OOP) and Data Structures \u0026 Algorithms (DSA). It includes implementations of various data structures (like arrays, linked lists, trees, graphs, stacks, queues) and algorithms (sorting, searching, etc.).","archived":false,"fork":false,"pushed_at":"2025-02-11T16:52:05.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T08:34:41.832Z","etag":null,"topics":["dsa","dsa-algorithm","java","java-practice","java-programming","javabasics","oops","oops-in-java"],"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/JaspreetSingh-exe.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":"2025-02-04T11:43:26.000Z","updated_at":"2025-02-11T16:52:09.000Z","dependencies_parsed_at":"2025-03-02T08:39:38.642Z","dependency_job_id":null,"html_url":"https://github.com/JaspreetSingh-exe/Java-DataStructureAndAlgorithms","commit_stats":null,"previous_names":["jaspreetsingh-exe/java-datastructureandalgorithms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JaspreetSingh-exe/Java-DataStructureAndAlgorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaspreetSingh-exe%2FJava-DataStructureAndAlgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaspreetSingh-exe%2FJava-DataStructureAndAlgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaspreetSingh-exe%2FJava-DataStructureAndAlgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaspreetSingh-exe%2FJava-DataStructureAndAlgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JaspreetSingh-exe","download_url":"https://codeload.github.com/JaspreetSingh-exe/Java-DataStructureAndAlgorithms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaspreetSingh-exe%2FJava-DataStructureAndAlgorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34195112,"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-11T02:00:06.485Z","response_time":57,"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","java","java-practice","java-programming","javabasics","oops","oops-in-java"],"created_at":"2025-03-02T08:29:17.887Z","updated_at":"2026-06-11T10:31:15.863Z","avatar_url":"https://github.com/JaspreetSingh-exe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Data Structures \u0026 OOPs Repository\n\nWelcome to the Java Data Structures \u0026 OOPs repository!  🚀 This repository is a comprehensive collection of Java fundamentals, covering everything from basic syntax to advanced data structures and Object-Oriented Programming (OOP) concepts. Each topic includes well-structured programs and in-depth explanations, along with personally curated reference links for further understanding.\n\n## 📌 Topics Covered\n\n## 🔹 Java Basics\n\n- Introduction to Java\n\n- Data Types \u0026 Variables\n\n- Type Casting\n\n- Operators\n\n- Control Flow Statements (if-else, switch, loops)\n\n- Functions \u0026 Methods\n\n- Exception Handling\n\n- Input/Output in Java\n\n## 🔹 Object-Oriented Programming (OOP)\n\n- Classes \u0026 Objects\n\n- Constructors\n\n- Encapsulation\n\n- Inheritance\n\n- Polymorphism\n\n- Abstraction\n\n- Interfaces\n\n- Static \u0026 Final Keywords\n\n- Anonymous \u0026 Nested Classes\n\n- Java Collections Framework (List, Set, Map, Queue)\n\n## 🔹 Data Structures\n\n- Arrays \u0026 Strings\n\n- Linked Lists (Singly, Doubly, Circular)\n\n- Stack \u0026 Queue (Using Array and Linked List)\n\n- Recursion\n\n- Trees (Binary Tree, BST, AVL Tree)\n\n- Graphs (DFS, BFS, Adjacency List \u0026 Matrix)\n\n- Hashing Techniques\n\n- Sorting Algorithms (Bubble, Selection, Insertion, Merge, Quick, Heap Sort)\n\n- Searching Algorithms (Linear, Binary Search)\n\n- Dynamic Programming\n\n## 📚 Resources \u0026 References\n\nHere are some personally curated references to help you dive deeper into Java programming:\n\n- [Official Java Documentation](https://docs.oracle.com/en/java/)\n\n- [Java Tutorials by Oracle](https://docs.oracle.com/javase/tutorial/)\n\n- [GeeksforGeeks Java Section](https://www.geeksforgeeks.org/java/)\n\n- [Java Design Patterns](https://www.tutorialspoint.com/design_pattern/)\n\n- [Data Structures \u0026 Algorithms in Java](https://www.geeksforgeeks.org/data-structures/)\n\n\n## 🚀 Getting Started\n\nTo clone this repository, use:\n\n``` git clone https://github.com/JaspreetSingh-exe/Java-DataStructure.git ```\n\n## 🤝 Contribution\n\nFeel free to contribute by submitting pull requests or reporting issues. Let's build a strong Java learning resource together!\n\n## 📜 License\n\nThis repository is licensed under the MIT License. Feel free to use and modify the code.\n\nHappy Coding! 🎯\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaspreetsingh-exe%2Fjava-datastructureandalgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaspreetsingh-exe%2Fjava-datastructureandalgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaspreetsingh-exe%2Fjava-datastructureandalgorithms/lists"}