raging-coffee icon indicating copy to clipboard operation
raging-coffee copied to clipboard

Type Annotations and tests for Searching

Open Diptonil opened this issue 3 years ago • 0 comments

The following two tasks need attention:

  • Under the annotations directory, the TypeAnnotations.java file 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.

Diptonil avatar Oct 06 '22 08:10 Diptonil