You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When we query data in a store, we use the O(n) algorithm to find the match. For example, if need to find single comparison O(1)
- If we store this values in sorted array or then Binary Search always fast. Because it is go with lower and upper lists to find and then traverse through it.
1. Please open solution in VS 2019
2. Build Solution to restore all dependencies
3. Please open Avent.Api\Data\Holidays.json to add or remove holidays
Fixed: Fixed holiday in week day
FollowingWeekDay : If holiday fall in weekend, then next weekday will be a holiday