Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
You are right.Many thanks.
1.Random tests added.
2.Of course. Comments about reg-exp usage added into the description and as well as test decilining solutions with re-find/re-matches/re-matcher.
Hi.
Test for clojure has incorrect ns defenition.
(:require [clojure.test :refer :all]
[math-evaluator :refer :all] -- correct ns
[math-parser :as sol] ---- ns math-parser is not used
))