Skip to content

Commit 6fff006

Browse files
committed
Added LINQ Shuffler on readme
1 parent d17c7c5 commit 6fff006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ find more than one implementation for the same objective but using different alg
148148
* [MSD Radix Sort](./Algorithms/Sorters/String/MsdRadixStringSorter.cs)
149149
* [Shufflers](./Algorithms/Shufflers)
150150
* [Fisher-Yates Shuffler](./Algorithms/Shufflers/FisherYatesShuffler.cs)
151+
* [LINQ Shuffler](./Algorithms/Shufflers/LINQShuffler.cs)
151152
* [Sequences](./Algorithms/Sequences)
152153
* [A000002 Kolakoski](./Algorithms/Sequences/KolakoskiSequence.cs)
153154
* [A000004 Zero](./Algorithms/Sequences/ZeroSequence.cs)

0 commit comments

Comments
 (0)