Algorithm for price & time management
-
Firstly using date with %H %j I determine the initial time
-
Then I calculate the total time & divide it into ten
chunks.
-
Whenever the time in the clock is equal to initial time +
the chunk of total time the ebay sight is queried & the results obtained
undergo the process of filtering.
-
The price for search query depends on the chunk of time we're
working on. If the first value of time is going on price given for the
1st specification is taken, for m, mth price is taken.
-
This function is run till all the time chunks specified by
him aren't over.