Shubham S. Gavade

Results 2 issues of Shubham S. Gavade

### Motivation ## Overview Add a basic Prefix Sum algorithm in the `PrefixSum/` folder, along with unit tests. ### Contents - **BasicPrefixSum.js**: Implementation of prefix sum for an array of...

### feat: add nextBusinessDay helper with optional holiday support ### Description: This PR adds a new utility function nextBusinessDay(date, options) which returns the next business day after the given date....