EmilWijayasekara/LeetCode-1346-Check-If-N-and-Its-Double-Exist
LeetCode Problem 1346. Check If N and Its Double Exist - Determine if there exist two indices in an array where the element at one index is twice the value of the element at another index. The goal is to check this condition for any pair of indices in the given array.
Java
No issues in this repository yet.