Closed nik132-eng closed 3 years ago
can you please assign it to me?
@nik132-eng, Kindly add your solution to "leetcode" folder Deadline - 08/10/2021
This Issue will only be counted towards ranking criteria of this repository.
Gentle advice for futher Issues - Medium and hard level questions will be given preference for Hacktoberfest tag.
Enter your question -
You are given an integer array nums where the largest integer is unique.
Determine whether the largest element in the array is at least twice as much as every other number in the array. If it is, return the index of the largest element, or return -1 otherwise.
Enter link to the question(if question belongs to any online platform) -
https://leetcode.com/problems/largest-number-at-least-twice-of-others/
Tags for the question(eg - Array, Basic, Stack, etc.) -
Array