Earliest Possible Day of Full Bloom
You are given a list of integers representing the number of days it takes for each seed to grow and bloom. Your task is to find the earliest possible day on which all the seeds will be in full bloom. Each day, you can either plant a new seed or water a seed that has already been planted. The seeds grow and bloom after a specific number of days.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)