Shell sort or odd-even transposition?
In my tests come Even-odd transposition sort is faster, correct?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Shell sort is faster for large arrays. How large you need to take the array before you see that depends on your implementation of both algorithms.