{"id":23753989,"url":"https://github.com/samvel-aivazian/neetcode","last_synced_at":"2025-04-09T18:44:22.435Z","repository":{"id":245741621,"uuid":"819099369","full_name":"samvel-aivazian/neetcode","owner":"samvel-aivazian","description":"Solutions to NeetCode problems using Java 21. This repository includes implementations of various data structures, algorithms, and design patterns, with a focus on clear, maintainable code and thorough testing.","archived":false,"fork":false,"pushed_at":"2024-08-16T09:07:58.000Z","size":210,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T15:53:42.379Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","coding-challenges","data-structures","design-patterns","java","java-21","sorting-algorithms"],"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/samvel-aivazian.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":"2024-06-23T19:20:30.000Z","updated_at":"2024-12-07T18:05:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"50b18032-19e7-4553-befa-a0029084173e","html_url":"https://github.com/samvel-aivazian/neetcode","commit_stats":null,"previous_names":["samvel-aivazian/neetcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvel-aivazian%2Fneetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvel-aivazian%2Fneetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvel-aivazian%2Fneetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvel-aivazian%2Fneetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samvel-aivazian","download_url":"https://codeload.github.com/samvel-aivazian/neetcode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248090790,"owners_count":21046148,"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","coding-challenges","data-structures","design-patterns","java","java-21","sorting-algorithms"],"created_at":"2024-12-31T18:32:17.545Z","updated_at":"2025-04-09T18:44:22.403Z","avatar_url":"https://github.com/samvel-aivazian.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeetCode Solutions in Java 21\n\n## Project Description\n\nThis repository contains solutions to NeetCode problems implemented in Java 21.\nThe main goal of this repository is to provide a comprehensive collection of solutions for various data structures, \nalgorithms, sorting techniques, and design patterns, showcasing clean code and thorough testing practices.\n\n## Structure\n\nThe repository is organized into multiple subprojects, each representing a different problem or topic.\nEach subproject contains its own `README.md` with specific details about the implementation and testing.\n\n### Subprojects\n\n- **Design Patterns**: Implementation of design patterns.\n- **Graphs**: Solutions to graph-related problems.\n- **Data Structures**: Implementation of data structures.\n- **Sorting**: Implementation of sorting algorithms.\n\n## Features\n\n- Solutions to various NeetCode problems.\n- Implementation of data structures, algorithms, and design patterns in clean Java code.\n- Comprehensive test cases for each implementation.\n- Detailed documentation for each subproject.\n- Full test coverage for all implementations.\n\n## Requirements\n\n- Java 21\n\n## Usage\n\nClone the repository and navigate to the specific subproject directory. \nFollow the instructions in the subproject's `README.md` to compile and run the code.\n\n```bash\ngit clone https://github.com/samvel-aivazian/neetcode.git\ncd neetcode\n```\n\n### Running a Specific Subproject\n\n1. Navigate to the subproject directory:\n\n    ```bash\n    cd \u003csubproject_directory\u003e\n    ```\n\n   Replace `\u003csubproject_directory\u003e` with the path to the specific subproject you want to run. For example:\n\n    ```bash\n    cd core_skills/implement_data_structures/design_singly_linked_list\n    ```\n\n2. Compile the Java files:\n\n    ```bash\n    javac -cp . org/samvelaivazian/\u003csubproject\u003e/*.java\n    ```\n\n   Replace `\u003csubproject\u003e` with the package name specific to the subproject. For example:\n\n    ```bash\n    javac -cp . org/samvelaivazian/linkedlist/*.java\n    ```\n\n3. Run the test class:\n\n    ```bash\n    java -ea org/samvelaivazian/\u003csubproject\u003e/\u003cTestClassName\u003e\n    ```\n\n   Replace `\u003csubproject\u003e` with the package name and `\u003cTestClassName\u003e` with the name of the test class \n   specific to the subproject. For example:\n\n    ```bash\n    java -ea org.samvelaivazian.linkedlist.LinkedListTest\n    ```\n\n## License\nThis project is licensed under the MIT License. See the `LICENSE` file for details.\n\n## Acknowledgements\nThis project was inspired by the problem description on [NeetCode](https://neetcode.io/).\nThe implementations and testing were done to deepen the understanding of \ndata structures, algorithms, and design patterns in Java.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamvel-aivazian%2Fneetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamvel-aivazian%2Fneetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamvel-aivazian%2Fneetcode/lists"}