about | help | code help+videos | done | prefs |
Given an ArrayList of Strings, determine and return the longest String that is at the start of all Strings in the ArrayList. apcsaListLongestPrefix(["flower", "flow", "flight"]) → "fl" apcsaListLongestPrefix(["dog", "racecar", "car"]) → "" apcsaListLongestPrefix(["interspecies", "interstellar", "interstate"]) → "inters" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 240
Copyright Nick Parlante 2017 - privacy