20 lines
855 B
Markdown
20 lines
855 B
Markdown
---
|
|
title: "2024-03-07"
|
|
---
|
|
|
|
- [x] Anki Flashcards
|
|
- [x] KoL
|
|
- [ ] Sheet Music (10 min.)
|
|
- [ ] Go (1 Life & Death Problem)
|
|
- [ ] Korean (Read 1 Story)
|
|
- [x] Interview Prep (1 Practice Problem)
|
|
- [ ] Log Work Hours (Max 3 hours)
|
|
|
|
* Spent a while thinking through floor/ceiling identities. Want to return to two's-complement division (rounding up) after I dive into the division algorithm more.
|
|
* In particular, I want to explore the relationship between floors and `mq + r` as well as ceilings and `mq - r`.
|
|
* Read chapter 3 of "Designing Data-Intensive Applications".
|
|
* Transcribed hard-copy soft skills notes to Google document.
|
|
* Leetcode Problems
|
|
* [Count and Say](https://leetcode.com/problems/count-and-say/)
|
|
* [Combination Sum](https://leetcode.com/problems/combination-sum/)
|
|
* [Multiply Strings](https://leetcode.com/problems/multiply-strings/) |