Results 2 issues of chipbk10

The issue is in the following case: - All UIViewController are fixed to landscape, no rotation. The rootViewController will load wrong screen size of homeViewController and MenuViewController. How to solve...

### Brief Intro Queue Optimized - dequeue is not O(1) ### More Details ``` if array.count > 50 && percentage > 0.25 { array.removeFirst(head) head = 0 } ``` If...