Journal update.
parent
48766eccb0
commit
eb1fd15f82
|
@ -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.
|
* 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.
|
* Dark mode.
|
||||||
* Ability to comment on snapshots.
|
* 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.
|
Loading…
Reference in New Issue