{"id":24839668,"url":"https://github.com/mmabiaa/data-structure-and-algorithms-java","last_synced_at":"2026-04-09T13:01:54.361Z","repository":{"id":272654249,"uuid":"882144430","full_name":"Mmabiaa/Data-Structure-And-Algorithms-Java","owner":"Mmabiaa","description":"Data structures and algorithms in java","archived":false,"fork":false,"pushed_at":"2025-01-15T21:26:57.000Z","size":42,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T22:01:40.802Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","data","data-structure-and-algorithm","data-structures","data-structures-algorithms","data-structures-and-algorithms","datastructures","dsa","dsa-learning-series","dsa-practice","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mmabiaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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-11-02T01:55:09.000Z","updated_at":"2025-01-15T21:53:13.000Z","dependencies_parsed_at":"2025-01-15T22:06:26.996Z","dependency_job_id":"d51d2c40-baaa-4c3b-8c64-025f7657c3c4","html_url":"https://github.com/Mmabiaa/Data-Structure-And-Algorithms-Java","commit_stats":null,"previous_names":["mmabiaa/dsa_in_java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mmabiaa%2FData-Structure-And-Algorithms-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mmabiaa%2FData-Structure-And-Algorithms-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mmabiaa%2FData-Structure-And-Algorithms-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mmabiaa%2FData-Structure-And-Algorithms-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mmabiaa","download_url":"https://codeload.github.com/Mmabiaa/Data-Structure-And-Algorithms-Java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236476439,"owners_count":19154817,"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","algorithms-and-data-structures","data","data-structure-and-algorithm","data-structures","data-structures-algorithms","data-structures-and-algorithms","datastructures","dsa","dsa-learning-series","dsa-practice","java"],"created_at":"2025-01-31T06:48:55.050Z","updated_at":"2025-10-14T13:31:05.902Z","avatar_url":"https://github.com/Mmabiaa.png","language":"Java","readme":"# Data Structures and Algorithms in Java\n\nWelcome to the **Data Structures and Algorithms in Java** repository! This project contains a collection of fundamental data structures and algorithms implemented in Java. It serves as a valuable resource for students, educators, and developers looking to understand and utilize these concepts effectively.\n\n## Table of Contents\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [Data Structures](#data-structures)\n- [Algorithms](#algorithms)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- Implementations of common data structures such as Linked Lists and Stacks.\n- Sorting algorithms including Bubble Sort and Selection Sort.\n- Searching algorithms such as Linear Search and Binary Search.\n- Comprehensive documentation for each data structure and algorithm.\n\n## Getting Started\n\nTo get started with this project, follow these steps:\n\n### Prerequisites\n\nEnsure you have the following installed on your machine:\n\n- Java Development Kit (JDK) 8 or higher\n- Git\n\n### Cloning the Repository\n\nClone this repository to your local machine using the following command:\n\ngit clone https://github.com/yourusername/data-structures-and-algorithms-java.git\ncd data-structures-and-algorithms-java/src/main/java\ntext\n\n## Usage\n\nTo compile and run the Java files:\n\n1. Navigate to the `src/main/java` directory.\n2. Compile the Java files:\n\njavac *.java\ntext\n\n3. Run your desired class:\n\njava ClassName\ntext\n\nFor example, to run the `SortingAlgorithms` class, use:\n\njava algorithms.SortingAlgorithms\ntext\n\n## Data Structures\n\nThis repository includes implementations of the following data structures:\n\n- **Linked List**: A linear data structure where elements are stored in nodes linked together.\n- **Stack**: A linear data structure that follows the Last In First Out (LIFO) principle.\n\nRefer to the [data_structures.md](docs/data_structures.md) for detailed documentation.\n\n## Algorithms\n\nThe following algorithms are implemented:\n\n- **Sorting Algorithms**:\n  - Bubble Sort\n  - Selection Sort\n  \n- **Searching Algorithms**:\n  - Linear Search\n  - Binary Search\n\nRefer to the [algorithms.md](docs/algorithms.md) for detailed documentation.\n\n## Contributing\n\nWe welcome contributions! If you would like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix:\n   \n`git checkout -b feature-name`\n\n3. Make your changes and commit them:\n\n`git commit -m \"Add new feature\"`\n\n\n4. Push your changes to your forked repository:\n\n`git push origin feature-name`\n\n\n5. Create a pull request from your branch to the main repository.\n\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\nThank you for checking out this repository! We hope you find it useful for learning about data structures and algorithms in Java.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmabiaa%2Fdata-structure-and-algorithms-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmabiaa%2Fdata-structure-and-algorithms-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmabiaa%2Fdata-structure-and-algorithms-java/lists"}