{"id":23753980,"url":"https://github.com/samvel-aivazian/thinkdast","last_synced_at":"2025-04-09T18:44:22.455Z","repository":{"id":247293441,"uuid":"825045248","full_name":"samvel-aivazian/thinkdast","owner":"samvel-aivazian","description":"This repository contains my solutions to exercises from the book Think Data Structures: Algorithms and Information Retrieval in Java by Allen B. Downey. The book is published by Green Tea Press.","archived":false,"fork":false,"pushed_at":"2024-07-07T21:31:28.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T15:39:31.334Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","data-structures","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-07-06T15:59:00.000Z","updated_at":"2024-07-31T07:00:23.000Z","dependencies_parsed_at":"2024-07-07T22:53:42.717Z","dependency_job_id":null,"html_url":"https://github.com/samvel-aivazian/thinkdast","commit_stats":null,"previous_names":["samvel-aivazian/thinkdast"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvel-aivazian%2Fthinkdast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvel-aivazian%2Fthinkdast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvel-aivazian%2Fthinkdast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvel-aivazian%2Fthinkdast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samvel-aivazian","download_url":"https://codeload.github.com/samvel-aivazian/thinkdast/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248090782,"owners_count":21046145,"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-structures","java","java-21","sorting-algorithms"],"created_at":"2024-12-31T18:18:43.312Z","updated_at":"2025-04-09T18:44:22.432Z","avatar_url":"https://github.com/samvel-aivazian.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThinkDast\n\nThis repository contains my solutions to exercises from the book *Think Data Structures:\nAlgorithms and Information Retrieval in Java* by Allen B. Downey.\nThe book is published by Green Tea Press.\n\n## Project Structure\n\nThis project is organized as a multimodule Maven project.\nEach chapter or exercise from the book is implemented as a separate module.\n\n### Modules Included\n\n- [Chapter 1: Interfaces](chapter_1_interfaces/README.md)\n\n## Requirements\n\n- Java 21\n- Maven 4.0.0+\n- JUnit 5.10.2\n\n## Build and Test\n\nTo build and test the entire project, navigate to the root directory and run:\n\n```bash\nmvn clean install\n```\n\n## Common Properties\n\nThe following properties are defined in the parent POM and are inherited by all modules:\n\n- `maven.compiler.source`: 21\n- `maven.compiler.target`: 21\n- `project.build.sourceEncoding`: UTF-8\n- `java.version`: 21\n- `junit.version`: 5.10.2\n\n## Common Dependencies\n\nThe following dependencies are included in the parent POM and inherited by all modules:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.junit.jupiter\u003c/groupId\u003e\n    \u003cartifactId\u003ejunit-jupiter-engine\u003c/artifactId\u003e\n    \u003cversion\u003e${junit.version}\u003c/version\u003e\n    \u003cscope\u003etest\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n## Acknowledgements\n\nSpecial thanks to Allen B. Downey for his excellent book *Think Data Structures:\nAlgorithms and Information Retrieval in Java*.\nThis repository is based on the exercises and concepts presented in his book.\nYou can find the original repository and more of his work on his [GitHub page](https://github.com/AllenDowney).\n\nFor more information,\nvisit the [Think Data Structures repository](https://github.com/AllenDowney/ThinkDataStructures/tree/master).\n\n## Notes\n\nThe code provided in this project represents my personal solutions to the exercises from the book.\nThese solutions are not exactly copied from the book;\ninstead, they incorporate clean code principles, best practices,\nand proper test cases to ensure high-quality implementations.\nThis approach aims to provide a deeper understanding and practical application of the concepts covered in the book.\n\n## License\n\nThis project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamvel-aivazian%2Fthinkdast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamvel-aivazian%2Fthinkdast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamvel-aivazian%2Fthinkdast/lists"}