Your task is to:
- finish the implementation of
BigIntclass. Provide methods for addition, multiplication and string representation of numbers as well as parsing big numbers from string (you can assume that the inputStringnumber is valid number representation that may start with-and then contains only digits). - provide some more tests to prove that your implementation works - you have to write 2 of them by yourself. The tests can be found in
BigIntTestand you can run them locally by runningfrom the repository directory in your shell../gradlew test - Open pull request to my repository and wait for review (it'll be public).