Skip to content

RaveenRasaiya/Avant.DateRanges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task #1 : Answer

 - 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
	AlwaysSameDay : Always same day in a month

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages