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 21 problems

Implement the integerSquareRootFloor method that returns the floor value of the square root of an integer. Solved

Intermediate

Implement the nCrValue method that calculates the binomial coefficient value nCr. Solved