{"id":19623442,"url":"https://github.com/palak-463/javadsa","last_synced_at":"2025-06-17T04:03:42.023Z","repository":{"id":261811149,"uuid":"857396450","full_name":"palak-463/JavaDSA","owner":"palak-463","description":"Join me on an adventure where I tackle data structures and algorithms using Java, sharpening my problem-solving skills along the way. 🖥️","archived":false,"fork":false,"pushed_at":"2025-03-23T10:16:00.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T17:18:07.779Z","etag":null,"topics":["algorithms","data-structures","dsa","java","problem-solving"],"latest_commit_sha":null,"homepage":"","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/palak-463.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,"zenodo":null}},"created_at":"2024-09-14T14:48:20.000Z","updated_at":"2025-03-23T10:16:03.000Z","dependencies_parsed_at":"2025-05-29T16:41:28.385Z","dependency_job_id":"95ccfb8e-181d-4e97-8bb3-969e9c70beeb","html_url":"https://github.com/palak-463/JavaDSA","commit_stats":null,"previous_names":["palak-463/javadsa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/palak-463/JavaDSA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palak-463%2FJavaDSA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palak-463%2FJavaDSA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palak-463%2FJavaDSA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palak-463%2FJavaDSA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palak-463","download_url":"https://codeload.github.com/palak-463/JavaDSA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palak-463%2FJavaDSA/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260288449,"owners_count":22986661,"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":["algorithms","data-structures","dsa","java","problem-solving"],"created_at":"2024-11-11T11:33:45.746Z","updated_at":"2025-06-17T04:03:42.001Z","avatar_url":"https://github.com/palak-463.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Java DSA\n\n/* \u003cbr\u003e\nDedicated to my favourite programming language. \u003cbr\u003e\n*/\n\npublic class ReadMe \n{\n\n    public static void main(String [] args) \n    {\n        System.out.println(\"🖥️ Java DSA\");\n        System.out.println(\"This repository contains daily solutions for 450 questions from the DSA Sheet by Love Babbar.\");\n        System.out.println(\"Every solution includes the algorithm and approach used to solve the problem in the comment before the code.\");\n        System.out.println(\"For every solution, you will also find the space and time complexity provided below the code as a comment.\");\n        System.out.println(\"Find the full sheet at: https://www.geeksforgeeks.org/dsa-sheet-by-love-babbar/\");\n        System.out.println(\"🗂️ Topic-Wise Distribution of 450 Questions: \");\n        printTopicDistribution();\n    }\n    public static void printTopicDistribution() \n    {\n        String[] topics = \n        {\n            {\"📊 Arrays\"},\n            {\"🔢 Matrix\"},\n            {\"🧵 Strings\"},\n            {\"🔍 Searching and Sorting\"},\n            {\"🔗 Linked List\"},\n            {\"🧮 Bit Manipulation\"},\n            {\"💡 Greedy\"},\n            {\"🔄 Backtracking\"},\n            {\"📈 Dynamic Programming\"},\n            {\"🗄️ Stacks and Queues\"},\n            {\"🌳 Binary Trees\"},\n            {\"🌲 Binary Search Trees\"},\n            {\"📉 Graphs\"},\n            {\"🏔️ Heap\"},\n            {\"🔠 Trie\"}\n        };\n    }\n    \n}\n\n/* \u003cbr\u003e\nSuggestions or feedback with respect to the code are welcome and appreciated. \u003cbr\u003e\n*/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalak-463%2Fjavadsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalak-463%2Fjavadsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalak-463%2Fjavadsa/lists"}