{"id":23989679,"url":"https://github.com/vishesh-pandey/dsa-java","last_synced_at":"2025-02-25T03:42:43.622Z","repository":{"id":190657268,"uuid":"669573704","full_name":"Vishesh-Pandey/dsa-java","owner":"Vishesh-Pandey","description":"Data Structures and Algorithms in Java","archived":false,"fork":false,"pushed_at":"2023-08-08T11:00:26.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T03:42:40.525Z","etag":null,"topics":["bst","data-structures-and-algorithms","dsa","graph","java","linkedlist","queue","searching","sorting","stack","tree"],"latest_commit_sha":null,"homepage":"https://github.com/Vishesh-Pandey/dsa_java#readme","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/Vishesh-Pandey.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}},"created_at":"2023-07-22T18:04:57.000Z","updated_at":"2024-02-29T08:03:45.000Z","dependencies_parsed_at":"2023-08-25T20:37:45.595Z","dependency_job_id":null,"html_url":"https://github.com/Vishesh-Pandey/dsa-java","commit_stats":null,"previous_names":["vishesh-pandey/dsa_java","vishesh-pandey/dsa-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishesh-Pandey%2Fdsa-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishesh-Pandey%2Fdsa-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishesh-Pandey%2Fdsa-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishesh-Pandey%2Fdsa-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vishesh-Pandey","download_url":"https://codeload.github.com/Vishesh-Pandey/dsa-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599180,"owners_count":19826959,"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":["bst","data-structures-and-algorithms","dsa","graph","java","linkedlist","queue","searching","sorting","stack","tree"],"created_at":"2025-01-07T17:36:06.962Z","updated_at":"2025-02-25T03:42:43.617Z","avatar_url":"https://github.com/Vishesh-Pandey.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dsa-java\n\nThis project contains Java implementations of various data structures and algorithms.\n\n## Data Structures\n\n* Collections\n    * List\n        * [ArrayList.java](src/data_structures/collections/list/ArrayList.java)\n        * [LinkedList.java](src/data_structures/collections/list/LinkedList.java)\n        * [Vector.java](src/data_structures/collections/list/Vector.java)\n        * [Stack.java](src/data_structures/collections/list/Stack.java)\n    * Set\n        * [HashSet.java](src/data_structures/collections/set/HashSet.java)\n        * Linkedhashset.java\n        * Treeset.java\n    * Queue\n        * [PriorityQueue.java](src/data_structures/collections/queue/PriorityQueue.java)\n        * LinkedList.java\n        * Deque.java\n* Trees\n    * [GenericTree.java](src/data_structures/trees/GenericTree.java)\n    * [BinaryTree.java](src/data_structures/trees/BinaryTree.java)\n    * [BinarySearchTree.java](src/data_structures/trees/BinarySearchTree.java)\n* Graphs\n    * [Graph.java](src/data_structures/graphs/Graph.java)\n\n## Algorithms\n\n* Search\n    * [LinearSearch.java](src/algorithms/search/LinearSearch.java)\n    * [BinarySearch.java](src/algorithms/search/BinarySearch.java)\n* Sort\n    * [BubbleSort.java](src/algorithms/sort/BubbleSort.java)\n    * [SelectionSort.java](src/algorithms/sort/SelectionSort.java)\n    * [InsertionSort.java](src/algorithms/sort/InsertionSort.java)\n* Non-comparison-based sorting\n    * [CountSort.java](src/algorithms/sort/CountSort.java)\n    * [RadixSort.java](src/algorithms/sort/RadixSort.java)\n* Divide and Conquer\n    * [MergeSort.java](src/algorithms/divide_and_conquer/MergeSort.java)\n    * [QuickSort.java](src/algorithms/divide_and_conquer/QuickSort.java)\n\n## How to Use\n\nTo use this project, clone the repository and import it into your IDE. Once the project is imported, you can run the code by clicking the \"Run\" button.\n\n## Contributing\n\nIf you would like to contribute to this project, please fork the repository and make your changes. Once you have made your changes, please submit a pull request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishesh-pandey%2Fdsa-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishesh-pandey%2Fdsa-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishesh-pandey%2Fdsa-java/lists"}