We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17c7c5 commit 6fff006Copy full SHA for 6fff006
README.md
@@ -148,6 +148,7 @@ find more than one implementation for the same objective but using different alg
148
* [MSD Radix Sort](./Algorithms/Sorters/String/MsdRadixStringSorter.cs)
149
* [Shufflers](./Algorithms/Shufflers)
150
* [Fisher-Yates Shuffler](./Algorithms/Shufflers/FisherYatesShuffler.cs)
151
+ * [LINQ Shuffler](./Algorithms/Shufflers/LINQShuffler.cs)
152
* [Sequences](./Algorithms/Sequences)
153
* [A000002 Kolakoski](./Algorithms/Sequences/KolakoskiSequence.cs)
154
* [A000004 Zero](./Algorithms/Sequences/ZeroSequence.cs)
0 commit comments