题意:
起始有两个石头,位置是000和nnn,在这中间有n个石头,问如何拿走m块石头后,使得他们之间的最小间隔的最大值。
题目:
Every year the cows hold an event featuring a peculiar version of hopscotch that invo…
import java.util.LinkedList;
import java.util.List;public class Main {public static void main(String[] args){/** a 是一个链表 ,链表里面存放的对象是List<Integer>a* temp 是 List<Integer>* */List<List<Integer>> a new Linked…