Quote:
Originally Posted by TeraTask That properly calculates the frequency, but not posting times. Here's my solution: |
How is the frequency different from the posting times? Perhaps I misunderstood the problem.
Quote:
|
Originally Posted by TeraTask Make an algorithm that will post the given number of times per the given time period with each post being on different days. |
My solution does exactly this; $post_interval will always be greater than or equal to 1, so the posts will be made at
least 24 hours apart.