Write function called huge_add that adds together two positive integers of any length specified as char vectors using decimal notation. The single output argument is the result and it is a char vector as well. The inputs and output must contain digits only; no commas, spaces or any other characters are allowed. If any of these assumptions are violated by the input, the function returns the number -1. Hint: you cannot use any of the built-in numerical data types of MATLAB to do the calculation since the function needs to work for numbers that are larger than what can be represented as a number in MATLAB.
The ten tests have been broken out into separate test cases for easier debugging.
Why...MATLABian... :(
just joking around.:) but still, learning java wasn't exactly a pleasant experience to me: long var name, bit of stiffy operation, etc.
Find the two most distant points
1236 Solvers
300 Solvers
265 Solvers
Find out value of sine given by degree.
173 Solvers
Find the minimal value in N*N Matrix
57 Solvers