Solutions for
CodingBat
problems
(Simple warmup problems to get started)
(Medium warmup string/array loops)
(Basic string problems -- no loops)
(Basic array problems -- no loops.)
(Basic boolean logic puzzles -- if else && || !)
(Medium boolean logic puzzles -- if else && || !)
(Medium String problems -- 1 loop)
(Harder String problems -- 2 loops)
(Medium array problems -- 1 loop)
(Harder array problems -- 2 loops, more complex logic)
(AP CS medium problems)
(Basic recursion problems)
(Harder recursion problems)
Basic Map get()/put(), no loops
Maps with bulk data and loops
Functional mapping operations on lists with lambdas
Functional filtering and mapping operations on lists with lambdas
(Simple warmup problems to get started, no loops)
(Medium warmup string/list problems with loops)
(Basic python string problems -- no loops)
(Basic python list problems -- no loops.)
(Basic boolean logic puzzles -- if else and or not)
(Medium boolean logic puzzles -- if else and or not)
(Medium python string problems -- 1 loop.)
(Medium python list problems -- 1 loop.)