Logic Building: Merge two list and sort them without using inbuilt method
Comments Off on Logic Building: Merge two list and sort them without using inbuilt method
Sort List in Ascending Order We have two unsorted list, now we want to merge them together into one list and sort them. l1 = 4,9,3 l2 = 2,7,5 Solution… Read more »