Code Challenges

Get better at coding with practice problems.

Coding Challenges

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

Showing 14 of 14 problems
Intermediate

Implement the method firstNonRepeatingChar that returns the first non-repeating character in a string. Solved