Maximum Count of Positive Integer and Negative Integer
Q - Given an array nums sorted in non-decreasing order, return the maximum between the number of positive integers and the number of negative integers.
In other words, if the number of positive integers in nums is pos and the number of negative inte...
perfinsights.hashnode.dev1 min read