Code Challenges

Get better at coding with practice problems.

Coding Challenges

Select a problem, write code, run test cases, and submit your solution.

Showing 2 of 40 problems

Implement the reverseArrayCopy method that returns a new array with the input elements in reverse order. Solved

Proficient

Implement the method trappedRainWater that calculates how much water can be trapped between bars. Solved