Your employer, SGA (Secretive government Agency) wants you to develop an encryption program. After doing some research
you have two candidate algorithms. According to your research,Algorithm 1 has cost θ(n3), while algorithm 2 is listed as O(n4)and Ω(n2). Which one do you choose? How do you decide?