about | help | code help+videos | done | prefs |
isMoreAsThanBs
Given a string, return true if the number of times that character 'a' appears anywhere in the string is more than that of character 'b', otherwise, return false. For example, "aab" -> true, and "abb" -> false(Difficulty Level: 3) isMoreAsThanBs("abb") → false isMoreAsThanBs("aab") → true isMoreAsThanBs("ac") → 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