You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Let's implement a function that finds out if an array is empty or not. And it's time complexity is O(1) as it doesn't care how many numbers does the array consists.