Compsci related math question | Computer Science homework help
Department of Computer Science CompSci 220 (2013 S2C) Assignment 1: Algorithm Analysis Due: 2013-08-08 Give full details of your argument. Questions 1. (30 marks) Suppose that you have to choose between three algorithms A1;A2 and A3 for a given problem. The worst-case running time for each algorithm is given by W1(n) = 100n; W2(n) = 2n log10 n; W3(n) = 0:1n2: Answer the following questions, […]