fix: normalize website urls

This commit is contained in:
Barrett Ruth 2025-10-11 12:23:14 -04:00
parent e140fef7e8
commit 10a9d87926
4 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ public:
};
```
# [minimum number of operations to make array distinct](https://leetcode.com/problems/minimum-number-of-operations-to-make-elements-in-array-distinc) <span class="date">04/10/2024</span>
# [minimum number of operations to make array distinct](https://leetcode.com/problems/minimum-number-of-operations-to-make-elements-in-array-distinct) <span class="date">04/10/2024</span>
## understanding the problem

View file

@ -164,7 +164,7 @@ The Model divides the world into two parts:
- <u>Objects</u>: finite resources, like capital and labor in the Solow Model
- <u>Ideas</u>: infinite,
[non-rivalrous](https://en.wikipedia.org/wiki/Rivalry_(economics)) items
leveraged in production (note that ideas may be [excludable](blank), though)
leveraged in production (note that ideas may be excludable, though)
The Romer Models' production function can be modelled as:

View file

@ -6,7 +6,7 @@ date: "10/10/2025"
[Source code](https://github.com/barrett-ruth/cp.nvim)
Things have changed since I last documented my competitive programming setup [here](https://barrettruth.com/posts/software/my-cp-setup.html).
Things have changed since I last documented my competitive programming setup [here](/software/my-cp-setup.html).
# my goals

View file

@ -17,6 +17,6 @@ Walking out of my third year, I left with the sad realization that I got by the
I always knew something was wrong with how my school taught computer science (despite it being the biggest major as of 2025). As of late, though, I realized the gargantuan amount of damage it caused to my reasoning abilities. Damage that I have to reverse by, essentially, doing everything all over again.
My [competitive programming journey](https://barrettruth.com/algorithms/competitive-programming-log.html) epitomizes this point: to this day I struggle with reasoning, argumentation, and understanding program behavior. I know how a segment tree works but can't formalize the constraints of a problem. I can do dynamic programming on trees but I can barely manipulate and work with primitive mathematical concepts such as the $gcd$ function. I cannot think of a more useless skillset.
My [competitive programming journey](/algorithms/competitive-programming-log.html) epitomizes this point: to this day I struggle with reasoning, argumentation, and understanding program behavior. I know how a segment tree works but can't formalize the constraints of a problem. I can do dynamic programming on trees but I can barely manipulate and work with primitive mathematical concepts such as the $gcd$ function. I cannot think of a more useless skillset.
Nearly all of this is my fault. However, _it should not be possible for this to happen in a computer science curriculum_. In other words, Djikstra is right.