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#
- Host: GitHub
- URL: https://github.com/jaeyson/c_sharp_algo
- Owner: jaeyson
- Created: 2023-04-17T02:03:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T10:20:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T19:19:25.017Z (11 months ago)
- Topics: csharp, data-structures-and-algorithms
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```