上岸算法公开课题解
Ctrlk
  • 欢迎来到上岸算法公开课题解
  • 第二章 - BFS
  • 第三章 - 指针类问题,以及哈希表
  • 第四章 - 二分法,以及排序算法
    • 课上练习
    • 课后练习
      • Find First and Last Position of Element in Sorted Array
      • Search in Rotated Sorted Array
      • Pow(x, n)
      • Search a 2D Matrix II
      • Find the Smallest Divisor Given a Threshold
      • Random Pick with Blacklist
  • 第五章 - 链表
  • 第六章 - 衍生算法,Top K 问题初见
  • 第七章 - 递归(Part 1)
  • 第八章 - 递归(Part 2)
  • 第十章 - 图类问题
Powered by GitBook
On this page

Was this helpful?

  1. 第四章 - 二分法,以及排序算法

课后练习

Find First and Last Position of Element in Sorted ArraySearch in Rotated Sorted ArrayPow(x, n)Search a 2D Matrix IIFind the Smallest Divisor Given a ThresholdRandom Pick with Blacklist
PreviousSplit Array Largest SumNextFind First and Last Position of Element in Sorted Array

Last updated 4 years ago

Was this helpful?