otobrglez / compression-puzzle

Attempts to crack the "compression puzzle".
15 stars 47 forks source link

Add C# implementation #44

Closed papsl closed 2 years ago

papsl commented 2 years ago

A very straightforward implementation without any external libraries, that is why also trivial Assert is implemented. I'm lookign for optimal way to run cs samples files without .NET project files etc.

otobrglez commented 2 years ago

Thank you @papsl for your time and contribution I appreciate it!

Hope you don't mind me moving your code into a folder and "packaging" it as .NET console project so that it can be ran with dotnet CLI. I haven't done C# for more than a decade so if you want to improve this or add additional variations or whatever, please feel free to do so.

Thanks again!

P.s.: PR with amendments that was merged