Introduction

DCP Solved with Rust is a set of solutions in Rust to some of the coding problems from Daily Coding Problem.

The ultimate goal of the DCP Solved with Rust organization is to write solutions to all of the DCP problems in Rust, and to do so in a way that satisfies all conditions in the given problems. Additionally, to have all solutions include automated tests corresponding to the example inputs and outputs given in the problems.

Disclaimer

DCP Solved with Rust is neither affiliated with nor endorsed by Daily Coding Problem, nor is it affiliated with nor endorsed by the creators of The Rust Programming Language. DCP Solved with Rust is an independent project run by a person operating under the handle codetrotter (ctsrc on GitHub).

Purpose

DCP Solved with Rust hopes to inspire people to sign up for Daily Coding Problem, to solve the problems on their own, and to compare their solutions to those of DCP Solved with Rust.

Issues

Should you find any of the solutions lacking in some way, you are more than welcome to open an issue about it.

Community

For discussion about problems and solutions, feel free to join the DCP Solved with Rust subreddit and post about it there.

List of solved problems

Please note: The table below is populated with JavaScript that is making use of ECMAScript 6 features. If the table fails to load because you are using an old browser, please accept my apologies and go browse the DCP Solved with Rust organization page instead.

ProblemBrief description#!Build status