DSC-Banasthali-Vidyapith / Code-Crossroad

This project contains the carefully compiled Data Structures & Algorithm questions asked by the companies that visit Banasthali Vidyapith on-campus.
MIT License
55 stars 78 forks source link

Find subarray with given sum #121

Closed swatigupta121 closed 2 years ago

swatigupta121 commented 2 years ago

I would like to solve this question in O(N) time and O(1) space complexity.