docs: add dotnetfiddle link
parent
9138e8497e
commit
ee31aca70b
|
@ -1,4 +1,6 @@
|
||||||
# C#
|
# C#
|
||||||
|
For running the `.cs` file please usisng [.Net Finddle](https://dotnetfiddle.net/)
|
||||||
|
|
||||||
## Strings
|
## Strings
|
||||||
- [Palindrome](src/Strings/palindrome.cs)
|
- [Palindrome](src/Strings/palindrome.cs)
|
||||||
|
|
||||||
|
@ -6,4 +8,4 @@
|
||||||
|
|
||||||
1. [Bubble Sort](src/Sorts/bubble-sort.cs)
|
1. [Bubble Sort](src/Sorts/bubble-sort.cs)
|
||||||
2. [Insertion Sort](src/Sorts/insertion-sort.cs)
|
2. [Insertion Sort](src/Sorts/insertion-sort.cs)
|
||||||
3. [Selection Sort](src/Sorts/selection-sort.cs)
|
3. [Selection Sort](src/Sorts/selection-sort.cs)
|
||||||
|
|
Loading…
Reference in New Issue