Importance of mathematics in programming

I would like to know what is the importance of mathematics in programming? What are the topics I should know to solve the programming question?

Thank you

See for the basics to have to know about addition,subtraction,multiplication,modulo…nxt step move to study some basics maths for coding is Prime seive,binary exponentation,chinese remainder theorem…any many others…By the practice u will get to know all these algo.So just keep practicing.Reference https://cp-algorithms.com/ :slightly_smiling_face:

Number theory
Algebra in Competitive Programming