This repository contains Homework solutions from the yurii-litvinov's course 📚
2nd semester, C#
- LZW algorithm(not reviewed yet) with using variable-width code lengths for improved compression ratio.
- Unit Tests for Stack Calculator made with NUnit
- Parse Tree
- Unique List (not reviewed yet)
- Routers (not reviewed yet)
- MapFilterFold (not reviewed yet)
- Game Added some features with coins (not reviewed yet)
- Calculator (not reviewed yet)
Distributed under the Apache2.0 License. See LICENSE.txt
for more information.
Install .NET 7.0 (or higher)
Download dotnet SDK on MacOS:
brew install dotnet-sdk
Clone git repository:
git clone https://github.com/AlexPoziev/SPBUHomeworkCSharp.git
- Go to the clone's project location in terminal ( or console )
- Choose needed Homework program from Homework content list and go into it:
cd Homework{number}/{program_name}
- Launch project:
dotnet run