-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Informations:
- Joiners: Trung Vu, Son Tran, Manh Nguyen, Long Tran, Khanh Tran
- Location: Meguro, Japan
- Time: 2019/05/01
Contents:
- Linked List
- Hashtables
- Divide and Conquer
- Maximum slice problem
- Leader
Details:
Exs:
-
Linked List:
- Reverse a singly linked list
- Delete/Insert a node in a linked list
- Detect if there is a cycle in the list and return its starting point
- Merge two sorted lists
- Split a list into two lists one has even indexes other has odd indexes
-
Hashtables:
- Questions where you need to keep track of multiple occurences of same object
- Questions where you want to have a 2 tuple as a key
-
Divide and Conquer
- Binary Search
- Merge Sort
- Quick Sort
- Maximum Subarray Sum
- MinMaxDivision
- NailingPlanks
-
Maximum slice problem
- MaxProfit
- MaxSliceSum
- MaxDoubleSliceSum
- Leader
- Dominator
- EquiLeader