Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd31559

Browse filesBrowse files
committed
[append]
1 parent bc0f586 commit cd31559
Copy full SHA for cd31559

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • algorithm-pattern/basic_algorithm/Sort
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎algorithm-pattern/basic_algorithm/Sort/Sort.cs

Copy file name to clipboardExpand all lines: algorithm-pattern/basic_algorithm/Sort/Sort.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static void HeapSort(int[] nums)
124124
}
125125
}
126126

127-
private static void Sink(int[] nums, int i, int length)
127+
static void Sink(int[] nums, int i, int length)
128128
{
129129
while (true)
130130
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.