240 发简信
IP属地:福建
  • Resize,w 360,h 240
    2019-04-22 Augmenting BST

    Recap BST: Search, Insert, Delete in RB-Tree: Duplicates Want to store a...

  • Resize,w 360,h 240
    2019-04-24 Graphs

    Directed and non-directed graphs Directed Graph is strongly connected if...

  • Resize,w 360,h 240
    2019-04-29/2019-05-01 Graphs-cont'd

    ComplexityO(n+1)n+O(n)+O(m) = O(n^2) failed if negative edges Complexity...

  • Resize,w 360,h 240
    2019-05-08 Final Review

    Problem 1 Input Binary tree T Out True if the tree is BST, False otherwi...

  • 2019-04-01 Basic Algorithms - Randomzied Algorithms

    Randomized Algorithms basic prob Problem 2 Input Array A[1..2n] with n X...

  • 2019-03-25 Basic Algorithms - Sorting

    Divide & Conquer Example: Binary Search Given sorted A[1..n] and number ...

  • 2019-02-12 GA Algo

    Divide and conquer Merge sort Binary search Stock price VP1 on A[1..n/2]...

  • 2019-02-11 Basic Algorithms Lec5

    Talked about the notation.Some logarithms, e.g., Complexities worst cas...

  • 2019-02-06 Basic Algorithms Lec4

    Recursion Big-O and notation Properties: ignore slow-growing things rea...