DSA Day 19/100
Topic: Mathematical
Questions Successfully Completed: 2
1) Absolute ValueEasy2) Factorial Of NumberEasy
Absolute Value
Time Complexity : O(1)
Space Complexity : O(1)
QuestionInput: I = -32 Output: 32 Explanation: The absolute value of -32 is 32.
cl...
preetikaprakash.hashnode.dev1 min read