Comments on: Shell Sort in C# https://code-maze.com/shell-sort-csharp/ Learn. Code. Succeed. Tue, 22 Apr 2025 16:05:05 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: gggustafson https://code-maze.com/shell-sort-csharp/#comment-64712 Tue, 22 Apr 2025 16:05:05 +0000 https://drafts.code-maze.com/?p=71922#comment-64712 In How to Implement Shell Sort in C#?, the parameters size and arrayName are not needed. array.Length is the size and arrayName is not used.

]]>