Skip to content

Latest commit

 

History

History

simpleequation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Given an equation "6=2" as a string. Multiply right side with x such that the equation becomes true. Here you should return 3.

Example: "12=3" returns 4