CS1501 Unnecessary swapping in bubble sort when two elements are equal; In the binary sear method “count” is increased twice; 1(e), number of comparisons are more (166 comparisons for 10 elements) Indentation is not proper CS1504 In sorting function, boundary condition is violated an extra outer loop in binary search For 1(e),N^2 comparisons in worst case Indentation is not proper, no comments CS1505 In sorting function, boundary condition is violated In the binary sear method “count” is increased twice; For 1(e),N * (N - 1) / 2 comparisons in worst case CS1506 compilation error, semicolon missing; count variable is undeclared in line 98 Good-> Take care the best case complexity of Bubble sort For 1(e),N * (N - 1) / 2 comparisons in worst case The instruction was not followed while writing the commands CS1507 Indentation is not proper For 1(e),N * (N - 1) / 2 comparisons in worst case CS1508 For 1(e),N * (N - 1) / 2 comparisons in worst case count calculation is wrong CS1509 Why did you take input twice? Indentation is poor You did not count the comparisons For 1(e),N^2 comparisons in worst case CS1510 For 1(e),N^log(N) comparisons in worst case CS1511 count calculation is wrong For 1(e), logic is wrong (check with [1,2,3,4,5],9) CS1513 Count calculation is correct CS1514 For 1(e),N^log(N) comparisons in worst case CS1515 For 1(e),N^log(N) comparisons in worst case CS1516 In sorting function, boundary condition is violated For 1(e),N * (N - 1) / 2 comparisons in worst case CS1517 For 1(e),N^log(N) comparisons in worst case Comment properly please CS1518 In C, you have to specify the size of the array statically Did not write separate function for 1(e), it is done in sort function. count calculation is not proper CS1520 No comment is there For 1(e),N^2 comparisons in worst case Did not do count calculation CS1522 CS1523 No indentation very less comments In sorting function, boundary condition is violated Did not do count calculation CS1524 count calculation is wrong 1(e) function did not terminate CS1525 count calculation is wrong For 1(e),N^2 comparisons in worst case CS1526 segmentation fault Program is not complete