Google Docs • Language of choice: Java, C++, Python (if you have a death wish) • Problem solving exercises, algorithms, … • Always in English • Ice-breaking and cooldown
vector and a split index reverses the order of the elements in each of the sections separated by the index. (ex. [1, 2, 3, 4], split=2 [2, 1, 4, 3]) • Write a method that given a natural number returns a string that represents the simplified mathematical representation of that number’s reverse. (ex. number=6, since ⅙ = 0.1666… “0.1(6)”