MattBro
Results
2
issues of
MattBro
I think adding support for ISO 8601 time format would be more robust option to define duration properties either as 1s and PT1S. Currently defining duration with ISO 8601 format...
binary search recursive implementation does not handle correctly scenario when an element to search for is greater than the last input element by throwing the following exception: java.lang.ArrayIndexOutOfBoundsException: 10 at...