Research:
- Finish CITI courses.
- Register in IRB
- Should ask Eric about next steps.
Leetcode:
- 53-maximum-subarray
- DP
-
- Use new_i = …, new_j = … when updating i,j. Then i = new_i, j = new_j. Otherwise, the newly calculated i will affect the calculation of j
- 54. Spiral Matrix
- Check if break after each direction in each ring
- 59. Spiral Matrix II
- There is no need to check breaking in left and up route!!
Waiting:
- waiting for installation of softwares on chibwks04. So I can make tests on the PC
- waiting for HDMI ->VGA connector.
- wating for Eric about next steps