Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upShellSort Wrong #1224
Open
ShellSort Wrong #1224
Comments
it was working before you change it? |
yeah it work before
…On Thu, Feb 13, 2020, 10:18 PM Mike Gikas, ***@***.***> wrote:
it was working before you change it?
if i am correct you change the following lines
T temp = array[i];
array[j] = temp;
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1224?email_source=notifications&email_token=AOH27RJQFNQFZBWZBXY4GBTRCVJFHA5CNFSM4KUS4GK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELVDVTI#issuecomment-585775821>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOH27RJZJYTK47YQD3STEILRCVJFHANCNFSM4KUS4GKQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried your code, find error.
Please check it your code.
I think so this. (My english is bad,Sorry. I'm studying hard.)