arialdomartini / csharp-bits

Code exercises in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# bits

Zero gap

e.g.

100011111001 should return 3.

Leading and training 0s should be ignored, as they are not surrounded both sides.

ZeroGapTest.cs

Unroll recursion

RecursionUnroll.cs

Permutations

Calculate all the possible permutations of a string, both itertively and recursively

PermutationsTest.cs

Cascade of ifs

Cascade of IFs

gRPC - self-hosting and invocation from a xUnit test

xUnit test

lorem Remove a convoluted code full of if statements by using Chain of Responsibility

About

Code exercises in C#

License:GNU Lesser General Public License v3.0


Languages

Language:C# 97.4%Language:Shell 1.8%Language:OCaml 0.8%Language:Batchfile 0.1%