Is String a Valid Number?

Statement

Given an input string, determine if a given string makes a valid number or not.

Notes:

  • For simplicity, assume that white spaces are not present in the input.
  • In case the input string is empty, the function should return TRUE.

Example

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.