about | help | code help+videos | done | prefs |
Given a list to convert into a tree, return true if 6 appears as either the first or last element in the tree. The tree will have at least one element in it. tree6([1]) → false tree6([6]) → true tree6([1, 6]) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy