raging-coffee
raging-coffee copied to clipboard
Type Annotations and tests for Searching
The following two tasks need attention:
- Under the
annotationsdirectory, theTypeAnnotations.javafile is commented out. That is because it is wrong. Learn more about it and correctly write a proper implementation that is functional and serves the exemplary purpose. - Write tests for the three searching algorithms (Jump Search, Binary Search, Linear Search) using JUnit5.