Polynomial Arithmetic
1. What is the worst case analysis used for?
2. Time complexity expresses the relation between the size of the input and runtime for the algorithm
3. Given two polynomials converted to linked list representation with nodes ‘m’ and ‘n’ respectively. What is the time complexity for adding them?