Skip to content

A collection of solutions for different programming challenges

License

Notifications You must be signed in to change notification settings

urbanoanderson/coding-challenges

Repository files navigation

License: Unlicense Test Status Codacy Badge

Coding Challenges

About

This project has implementations of various algorithms and data structures as well as a compilation of solutions for different programming challenges available at websites such as HackerRank, Codility, books and other places. It's purpose is for mental refresh studies on algorithms as well as unit testing and TDD practices. Solutions made in my spare time and may not necessarily be optimal.

When I begin to solve a challenge in this repository a branch is created for it. First, I create the empty challenge class with some essential interface methods. Then I create a unit test class with testcases for many different scenarios. After that I implement a solution for the challenge that passes all the unit tests and finally merge the challenge branch to master.

To Run

.NET

To run challenges implemented in .NET run command dotnet test

About

A collection of solutions for different programming challenges

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages