Nikhil-2002 / Programming_Hactoberfest23

10 stars 75 forks source link

Created soln.cpp for issue #9 #69

Closed guru-divine closed 10 months ago

guru-divine commented 10 months ago

Wrote the code to find number of even and odd elements in an array of size n in O(n) time complexity and O(1) space complexity.