Micah Ondiwamicahondiwa.hashnode.dev·Sep 15, 2024A Structure a Day #Day 0Problem Description: Given a list of numbers obtained by rotating a sorted list an unknown number of times, write a function to determine the minimum number of times the original sorted list was rotated to obtain the given list. Your function should ...10 likesTree rotation