Java Loops II

  • + 0 comments

    silly me, i was calculating each term individually (3 nested for loops instead of 2) which would increase time complexity alot. Thanks xD