arr = [c,c,b,d,d,a,a,c,b,b,b,c,d,a] Given an array of characters, find the min length sub array within this array which has all the unique elements present in the array. unique = [c,b,d,a] worst = [c,a,a,a,a,d,d,d,b] //in this case the complete array becomes the min lenght sub array.. Write a function which accepts the char array and prints i,j of the sub array
Ios Software Developer Interview Questions
969 ios software developer interview questions shared by candidates
What does the unique key id do in coredata?
What is deep linking? Tell me about your experience with it?
Quizzes about your personality, logic and general software knowledge.
What are Generics in iOS?
What is Generics in Swift and show an example
Difference between classes and structs
Implement cache system; address all edge-cases (most are related to async operations)
Do you have an experience with Combine?
What is retain cycle? What are scenarios?
Viewing 951 - 960 interview questions