I have been introduced to algorithms, computability and computational complexity (as part of my minor in CS).
What are some mathematical topics that I can tackle with the new perspectives I acquired from these ideas of computer science? Could you suggest some reference books (preferably self-contained and accessible to an undergraduate)?
Some possible answers include
More generally, I would say that anytime you have a mathematical problem that you would like a solution for that can be used in practice, you need to consider whether or not your solution can at all be computed via an algorithm, and whether such an algorithm runs in a reasonable amount of time.