Questions from algebra, algorithms and data science. Writing Python code to solve some simple tasks like creating a counter of distinct elements from a list, an algorithm to compute a^b without using the ** operator in Python.
Anoniem
I was able to answer most of the algebra and algorithms questions. Couldn't answer some of the Data Science ones. I was able to write a code for computing a^b assuming b was an integer, but couldn't do it for the general case - when b could be any real number.