Problems
Sharpen your skills by solving coding problems.
Easy
String
Write a function that reverses a string. The input string is given as an array of characters s. You ...
1000ms128MB
Easy
HashMap
Given an array of integers nums and an integer target, return indices of the two numbers such that t...
1000ms128MB
Easy
Warmup
Write a function named print() inside class Solution that prints "Hello, World!"....
1000ms128MB
Easy
Stack
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the in...
1000ms128MB