Journal update.

pull/2/head
Joshua Potter 2024-02-02 19:36:20 -07:00
parent 48766eccb0
commit eb1fd15f82
1 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,6 @@ title: "2024-02-02"
* Upgraded to Zotero 7. It's a beta version but already has some nice quality of life improvements I want to take advantage of.
* Dark mode.
* Ability to comment on snapshots.
* Answered [String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/description/). Admittedly though I floundered around. I should try and think more critically at each step instead of getting impatient like I did.
* Answered [String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/description/). Admittedly though I floundered around. I should try and think more critically at each step instead of getting impatient like I did.
* More reading on `awk`. This time around variables.
* Begin deep dive into insertion sort. Starting off with the basics, but want to think much more broadly on the role of insertion sort throughout computing.