Here is my code,which is used to execute "find" in Union-Find data structure
def find(self,ds:List[int],i:int)->int: if ds[i]<0: