#APLQuest 2015-04: Write a function that implements progressive dyadic iota (see https://apl.quest/2015/4/ to test your solution and view ours).
#APLQuest 2015-04: Write a function that implements progressive dyadic iota (see https://apl.quest/2015/4/ to test your solution and view ours).
#APLQuest 2015-03: Write a function that takes an integer right argument and returns a vector of the terms in the Farey sequence of that order (see https://apl.quest/2015/3/ to test your solution and view ours).
#APLQuest 2015-02: Write a function that takes a numeric vector and returns the length of the longest streak of positive growth (see https://apl.quest/2015/2/ to test your solution and view ours).
#APLQuest 2015-01: Write a function that takes two character vectors as its left and right arguments and returns 1 if they are anagrams of each other (see https://apl.quest/2015/1/ to test your solution and view ours).
#APLQuest 2014-10: Write a function that returns the greatest percentage month-to-month increase. (see https://apl.quest/2014/10/ to test your solution and view ours).
#APLQuest 2014-09: Write a function that calculates the distance (in metres) that a projectile travels, given an initial velocity (in metres per second) and a trajectory in degrees (see https://apl.quest/2014/9/ to test your solution and view ours).
#APLQuest 2014-08: Write a function that returns the distance between two points in a space of any number of dimensions (see https://apl.quest/2014/8/ to test your solution and view ours).
#APLQuest 2014-07: Write a function that takes the diameters of the stationary and mobile circles and returns the number of revolutions the mobile must traverse until the tangent points meet again (see https://apl.quest/2014/7/ to test your solution and view ours).
#APLQuest 2014-05: Write a function that returns a 1 if its character vector argument is a palindrome, 0 otherwise (see https://apl.quest/2014/5/ to test your solution and view ours).