An open API service indexing awesome lists of open source software.

https://github.com/jaeyson/c_sharp_algo

DSA using c#
https://github.com/jaeyson/c_sharp_algo

csharp data-structures-and-algorithms

Last synced: 9 months ago
JSON representation

DSA using c#

Awesome Lists containing this project

README

          

# Algo

Run simple console app using docker compose

```bash
# starting container
docker compose up -d

# run Program.cs
docker container exec -it dotnetsdk dotnet run

# docker compose up -d --force-recreate && docker container logs -f --tail 50 dotnetsdk
```