1
merge 2 sorted lists + explain complexity
explain complexity of sorted()
i think there was one more variation here that I dont remember
merge 2 sorted lists with and return another with no repeated items + explain complexity
2
You want to buy a puppy. the owner chooses one of the litters at random and then chooses a random puppy in the litter.
Litter1 = [brown,brown,grey,grey] , Litter2 =[brown,brown,brown,grey,grey]
1. What is the probability of getting a brown puppy?
2. If you got a brown puppy, what is the probability it came from L1?
3
Prussian horsekick data
did any corp have an unusually large amount of deaths. explain approach in detail
4.
Explain t-test
Explain pvalue
How would you test for normality
How would you compare and test non-normal distributions
Explain Mann Whitney u