An open API service indexing awesome lists of open source software.

https://github.com/aimenux/codinggamekatas

Some katas from coding game website
https://github.com/aimenux/codinggamekatas

benchmarkdotnet codingame fluentassertions net50 vs19 xunit

Last synced: 8 days ago
JSON representation

Some katas from coding game website

Awesome Lists containing this project

README

          

![.NET 5](https://github.com/aimenux/CodingGameKatas/workflows/.NET%205/badge.svg)

# CodingGameKatas
```
Some katas from coding game website
```

> In this repo, i m playing with some katas from [coding game web site](https://www.codingame.com/start). The repo is structured into 3 projects:
>
> :one: `CodingGameKatas` : a class library containing kata description & proposed solution
>
> :two: `CodingGameKatasTests` : an xunit test project in order to verify proposed solution
>
> :three: `CodingGameKatasBenchs` : a console app project in order to bench proposed solution
>
> Katas are the following :
>
> :writing_hand: `IsTwinKata`
>
> :writing_hand: `IsDuoDigitKata`
>
> :writing_hand: `ClosestToZeroKata`

**`Tools`** : vs19, net 5.0, xunit, fluentassertions, benchmarkdotnet