Skip to content

Conversation

@PeixiZ
Copy link
Contributor

@PeixiZ PeixiZ commented Jan 26, 2022

add C# selectsort.

Comment on lines +188 to +189
if(nums[initial] > nums[second_sort])
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if(nums[initial] > nums[second_sort])
{
if (nums[initial] > nums[second_sort])
{

Comment on lines +20 to +21
if(nums[initial] > nums[second_sort])
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if(nums[initial] > nums[second_sort])
{
if (nums[initial] > nums[second_sort])
{

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if 语句这里也稍微改一下

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的

@PeixiZ PeixiZ marked this pull request as draft January 26, 2022 09:17
@PeixiZ PeixiZ closed this Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants