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
- Host: GitHub
- URL: https://github.com/aimenux/codinggamekatas
- Owner: aimenux
- Created: 2021-02-04T09:46:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T19:45:46.000Z (over 5 years ago)
- Last Synced: 2025-02-27T01:54:34.576Z (over 1 year ago)
- Topics: benchmarkdotnet, codingame, fluentassertions, net50, vs19, xunit
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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