otobrglez / compression-puzzle

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

Support for C# and merge of "papsl"-s solution. #45

Closed otobrglez closed 2 years ago

papsl commented 2 years ago

Thanks @otobrglez for adding the projects file and merging. Interesting for me is that a C# code file still can't be run in a simple script fashion. Even since in the last version Main method is no longer needed, REST API can be constructed in Express fashion as a single file API, etc. So, there is a clear initiative for more compact/handy usage of C#...

I'll explore an option to run it as a test with "dotnet test" and having in mind that no external libraries rule. ;) I have a plan to do additional implementations (remove code duplication, optimize for performance, ...) on the first one readability was the main goal.