shoaibrayeen /
Programmers-Community
This repository contains various solution of a problem in Ruby, C, C++, Python and Java.
84/100 healthLoading repository data…
samvel-aivazian / repository
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.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.
This project is organized as a multimodule Maven project. Each chapter or exercise from the book is implemented as a separate module.
To build and test the entire project, navigate to the root directory and run:
mvn clean install
The following properties are defined in the parent POM and are inherited by all modules:
maven.compiler.source: 21maven.compiler.target: 21project.build.sourceEncoding: UTF-8java.version: 21junit.version: 5.10.2The following dependencies are included in the parent POM and inherited by all modules:
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
Special thanks to Allen B. Downey for his excellent book Think Data Structures: Algorithms and Information Retrieval in Java. This repository is based on the exercises and concepts presented in his book. You can find the original repository and more of his work on his GitHub page.
For more information, visit the Think Data Structures repository.
The code provided in this project represents my personal solutions to the exercises from the book. These solutions are not exactly copied from the book; instead, they incorporate clean code principles, best practices, and proper test cases to ensure high-quality implementations. This approach aims to provide a deeper understanding and practical application of the concepts covered in the book.
This project is licensed under the MIT License — see the file for details.
Selected from shared topics, language and repository description—not editorial ratings.
shoaibrayeen /
This repository contains various solution of a problem in Ruby, C, C++, Python and Java.
84/100 healthasankov /
This repository contains the exercises from the book "The Practice of Programming" by Brian W. Kernighan and Rob Pike.
50/100 healthThis repository contains the code that I've written when taking freeCodeCamp's JavaScript Algorithms and Data Structures course.
39/100 healthflexycode /
💫 This repository contains all of the java, javascript & python code implementations for each topic in the course outline for data structures and algorithms COM231 - Mrs. Jensen A. Santillan
35/100 healthfmahadyBD /
This repository focuses on Data Structures and Algorithms (DSA) implemented in Java. It contains a single Java file with examples of core DSA concepts, providing a practical reference for learning and practicing algorithms and data structures.
39/100 healthThis repository contains JavaScript based examples that will teach you the fundamentals of algorithmic thinking by writing functions that do everything from converting temperatures to handling complex 2D arrays.
35/100 health