Keerat666 / LeetCode-Solutions

A Repo for DSA problems on Leetcode
11 stars 81 forks source link

1550. Three Consecutive Odds #167

Open theyashwanthsai opened 1 year ago

theyashwanthsai commented 1 year ago

https://leetcode.com/problems/three-consecutive-odds/ Given an integer array arr, return true if there are three consecutive odd numbers in the array. Otherwise, return false.

theyashwanthsai commented 1 year ago

Please assign this issue to me