Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 329 Bytes

File metadata and controls

13 lines (11 loc) · 329 Bytes

经典问题

Sequence

  • top-K 问题
  • 最大子序列和问题
  • 欧几里得算法
  • 二分查找算法
  • 逆置 Arraylist
  • 将两个 ArrayList: a1, a2, …, an, b1, b2, …, bn 逆置为 b1, b2, …, bn, a1, a2, …, an
  • 在没有前驱节点的情况下,删除链表的节点,该方法有缺陷
  • 二分查找