mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-28 15:02:46 +08:00
Format code with prettier (#3375)
This commit is contained in:
@ -6,7 +6,6 @@ package com.thealgorithms.devutils.searches;
|
||||
* @author Podshivalov Nikita (https://github.com/nikitap492)
|
||||
*/
|
||||
public interface SearchAlgorithm {
|
||||
|
||||
/**
|
||||
* @param key is an element which should be found
|
||||
* @param array is an array where the element should be found
|
||||
|
Reference in New Issue
Block a user