/algorithmic_thinking

Practice from the book Algorithmic Thinking: A Problem-Based Introduction by Daniel Zingaro

Primary LanguageCMIT LicenseMIT

Algorithmic Thinking

This is a C project configured for ephemeral development environments on Gitpod. I'm using this environment to practice coding by solving the problems from the book "Algorithmic Thinking: A Problem-Based Introduction" by Daniel Zingaro

Next Steps

Click the button below to start a new development environment in Gitpod:

Open in Gitpod

An existing project

To get started with C on Gitpod, add a .gitpod.yml file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the Getting Started documentation.

Notes & caveats

The project brings you a Makefile, command line options parsing, colors for pretty printing, valgrind report and unittest using cmocka.

The template was created by Gustavo Pantuza and for detailed informations, check out the Documentation wiki.

After cloning the repository you'll need to adjust PROJECT_NAME in the project.conf to match the name of your git repository.