ISTE-VIT / The-CP-Companion

Your ultimate destination for Competitive Coding this Hacktoberfest21
18 stars 74 forks source link

improvised lazyNumbers solution in c++ #93

Closed harshit7962 closed 3 years ago

harshit7962 commented 3 years ago

This code access less memory space and is much concise. The auxiliary space here is O(n) and time complexity is also O(n)