Selection Sort
                    1. What is the maximum number of comparisons in one iteration for an array of size N?
                  
                  
                  
                    2. If an array is [6,1,9,10] which element will be sorted first by selection sort