19 lines
827 B
Markdown
19 lines
827 B
Markdown
|
---
|
||
|
title: "2024-02-22"
|
||
|
---
|
||
|
|
||
|
- [x] Anki Flashcards
|
||
|
- [x] KoL
|
||
|
- [ ] Sheet Music (10 min.)
|
||
|
- [ ] OGS (1 Life & Death Problem)
|
||
|
- [ ] Korean (Read 1 Story)
|
||
|
- [x] Interview Prep (1 Practice Problem)
|
||
|
- [x] Log Work Hours (Max 3 hours)
|
||
|
|
||
|
* Briefly discussed first chapter of "Designing Data-Intensive Applications" with Mike.
|
||
|
* Continued reading more on integer encodings.
|
||
|
* Focused on conversions between unsigned encoding and two's-complement, though still need to create flashcards for these.
|
||
|
* Did Leetcode problems
|
||
|
* [3Sum Closest](https://leetcode.com/problems/3sum-closest/description/)
|
||
|
* [Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number/description/)
|
||
|
* [Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/)
|