I want to code A. Get together with approach by limiting value of f(t) ? but i cant get through it ? can i use sweep line algorithm.... after limiting value?and how to code it?here is link to question https://mirror.codeforces.com/edu/course/2/lesson/6/3/practice/contest/285083/problem/A
You can binary search on the answer, and maintain a segment that everyone can reach. If the segment is non-empty then the value is ok.
i find function to be unimodal so ternary search is most optimal then binary search.
How is the function unimodal?
by general intution plot will be minima type where at local minima there will be minimum time requird for all peoples to collect at place.
still can get more precise
What is your definition of $$$f(t)$$$?
Not understood can you tell briefly about it
https://pastebin.com/FyrFZyUw <= my code
I am getting ans = 1.4 on
5 -1 5 10 3 4 2 7 10 8 1
but the ans is 1.5