* Fix typo

* Update README.md
pull/210/head
Christian Clauss 2021-04-15 19:43:24 +02:00 committed by GitHub
parent 0474e3e216
commit e4f814b23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# C#
For running the `.cs` file please usisng [.Net Finddle](https://dotnetfiddle.net/)
## Strings
- [Palindrome](src/Strings/palindrome.cs)
For running the `.cs` file please using [.Net Finddle](https://dotnetfiddle.net/)
## Sorts
1. [Bubble Sort](src/Sorts/bubble-sort.cs)
2. [Insertion Sort](src/Sorts/insertion-sort.cs)
3. [Selection Sort](src/Sorts/selection-sort.cs)
## Strings
- [Palindrome](src/Strings/palindrome.cs)