You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
**FunctionMap** is an API that allows you to store and retrieve math functions by string name. Your job is to implement the *todo* section of `Functions.java` class using **Lambda expressions and method reference**, so all tests in `FunctionsTest.java` should pass
5
+
6
+
### Pre-conditions :heavy_exclamation_mark:
7
+
You're supposed to be familiar with Java 8
8
+
9
+
### How to start :question:
10
+
* Just clone the repository and start implementing the **todo** section, verify your changes by running tests
11
+
* If you don't have enough knowladge about this domain, check out the [links below](#related-materials-information_source)
12
+
* Don't worry if you got stuck, checkout the [exercise/completed](https://github.com/bobocode-projects/tdd-exercises/tree/exercise/completed/binary-search-tree) branch and see the final implementation
0 commit comments