{"id":25477119,"url":"https://github.com/arjun-regmi-chhetri/dsa-using-java","last_synced_at":"2026-07-10T06:31:23.555Z","repository":{"id":217516881,"uuid":"744099507","full_name":"Arjun-Regmi-Chhetri/DSA-using-Java","owner":"Arjun-Regmi-Chhetri","description":"Explore Java implementations of fundamental data structures and algorithms. This repository is a resource for developers and enthusiasts looking to understand and apply common algorithms and data structures.","archived":false,"fork":false,"pushed_at":"2024-01-29T15:44:16.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-29T18:55:07.098Z","etag":null,"topics":["dsa-algorithm","java"],"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/Arjun-Regmi-Chhetri.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}},"created_at":"2024-01-16T16:11:33.000Z","updated_at":"2024-01-16T16:24:20.000Z","dependencies_parsed_at":"2024-01-29T17:58:28.758Z","dependency_job_id":null,"html_url":"https://github.com/Arjun-Regmi-Chhetri/DSA-using-Java","commit_stats":null,"previous_names":["arjun-regmi-chhetri/dsa-using-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arjun-Regmi-Chhetri%2FDSA-using-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arjun-Regmi-Chhetri%2FDSA-using-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arjun-Regmi-Chhetri%2FDSA-using-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arjun-Regmi-Chhetri%2FDSA-using-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arjun-Regmi-Chhetri","download_url":"https://codeload.github.com/Arjun-Regmi-Chhetri/DSA-using-Java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239481274,"owners_count":19646005,"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-algorithm","java"],"created_at":"2025-02-18T13:38:01.246Z","updated_at":"2025-10-24T06:35:32.373Z","avatar_url":"https://github.com/Arjun-Regmi-Chhetri.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures and Algorithms in Java\n\nThis repository contains Java implementations of various data structures and algorithms.\n\n## Files\n\n1. **Binary Search Tree (BST)**\n   - [BinarySearchTree.java](BinarySearchTree.java): Contains the `BinarySearchTree` class with basic BST operations.\n   - [BinaryNode.java](BinaryNode.java): Represents a node in the Binary Search Tree.\n\n2. **Singly Linked List**\n   - [SinglyLinkedList.java](SinglyLinkedList.java): Implementation of a singly linked list with insert, traverse, search, and delete operations.\n\n3. **Stack**\n   - [Stack.java](Stack.java): Implementation of a stack using an array.\n\n4. **Queue**\n   - [QueueArray.java](QueueArray.java): Implementation of a queue using an array.\n\n5. **Sorting Algorithms**\n   - [SelectionSort.java](SelectionSort.java): Implementation of the selection sort algorithm.\n   - [InsertionSort.java](InsertionSort.java): Implementation of the insertion sort algorithm.\n   - [MergeSort.java](MergeSort.java): Implementation of the merge sort algorithm.\n   - [QuickSort.java](QuickSort.java): Implementation of the quicksort algorithm.\n\n6. **Search Algorithms**\n   - [LinearSearch.java](LinearSearch.java): Implementation of linear search in an array.\n   - [BinarySearch.java](BinarySearch.java): Implementation of binary search in a sorted array.\n\n## Usage\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Arjun-Regmi-Chhetri/DSA-using-Java.git\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjun-regmi-chhetri%2Fdsa-using-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjun-regmi-chhetri%2Fdsa-using-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjun-regmi-chhetri%2Fdsa-using-java/lists"}