Skip to content

Commit e45853a

Browse files
authored
Correct links in DIRECTORY.md (#218)
1 parent 26144c8 commit e45853a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DIRECTORY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
* [Fermat Prime Checker](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Other/FermatPrimeChecker.cs)
8383
* [Sieve of Eratosthenes](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Other/SieveOfEratosthenes.cs)
8484
* [Luhn](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Other/Luhn.cs)
85-
* [Mandelbrot](./Algorithms/Other/Mandelbrot.cs)
86-
* [Koch Snowflake](./Algorithms/Other/KochSnowflake.cs)
87-
* [RGB-HSV Conversion](./Algorithms/Other/RGBHSVConversion.cs)
85+
* [Mandelbrot](https://github.com/TheAlgorithms/C-Sharp/blob/master//Algorithms/Other/Mandelbrot.cs)
86+
* [Koch Snowflake](https://github.com/TheAlgorithms/C-Sharp/blob/master//Algorithms/Other/KochSnowflake.cs)
87+
* [RGB-HSV Conversion](https://github.com/TheAlgorithms/C-Sharp/blob/master//Algorithms/Other/RGBHSVConversion.cs)
8888
## Problems
8989
* [Stable Marriage](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Problems/StableMarriage/GaleShapley.cs)
9090
* [N-Queens](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Problems/NQueens/BacktrackingNQueensSolver.cs)

0 commit comments

Comments
 (0)