Class 11 CS Chapter 14 Ex 14.1 Solutions Sumita Arora New Syllabus / Listing11CSSA, Uncategorized / By Neha 1. Name some commonly used sorting techniques. ...click here for answer 2. Show the contents of following array after the second iteration of Bubble Sort : 35, 6, 8, 11, 15, 9, 7, 22. 41, 65 ...click here for answer 3. Considering the following key set : 42, 29, 74, 11, 65, 58, use insertion sort to sort the data is ascending order and indicate the sequences of steps required. ...click here for answer