Add descriptions to each exercise
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
-- Implement is_balanced(), which should return true or false depending
|
||||
-- on whether the brackets in the input string are balanced,
|
||||
-- i.e. there is a closing bracket for each opening one.
|
||||
--
|
||||
-- Solution --------------------------------------------------------------------
|
||||
function is_balanced(input)
|
||||
-- Your implementation here
|
||||
|
||||
Reference in New Issue
Block a user