Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubinders/algorithms-problems-and-data-structures
Solving Problems in C#
https://github.com/rubinders/algorithms-problems-and-data-structures
Last synced: 14 days ago
JSON representation
Solving Problems in C#
- Host: GitHub
- URL: https://github.com/rubinders/algorithms-problems-and-data-structures
- Owner: RubinderS
- License: mit
- Created: 2021-05-28T04:36:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T11:14:27.000Z (over 3 years ago)
- Last Synced: 2023-03-04T09:54:10.360Z (over 1 year ago)
- Language: C#
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms, Problems and Data Structures
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/rubinders/Algorithms-Problems-and-Data-Structures/Test?label=Test&style=flat-square)
Algorithms, Problems and Data Structures using C#
## How to run
```
dotnet test
```## How to debug in VS Code
- Run VS Code task `Debug Test`
- Note down the process id from the terminal
- Goto Run and Debug section in VS Code and click on the play button (the configuration should be set to `Attach Debugger` by default)
- Select the process id taken from terminal earlier
- Select breakpoints in code
- Press the continue button from the debug controls