🔥 30 days of code challenge solving 30 problem of hackerrank.
- 01 - solveMeFirst
- 02 - simpleArraySum Problem Given an array of integers, find the sum of its elements.
- 03 - compareTriplets Problem The task is to find their comparison points by comparing a[0] with b[0], a[1] with b[1], and a[2] with b[2].