Skip to content

Commit

Permalink
Update articles to include complexity article
Browse files Browse the repository at this point in the history
  • Loading branch information
jly02 committed Jan 14, 2024
1 parent b0734da commit a8aa7ff
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion articles.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,31 @@
<h3 class="title is-3">Articles</h3>
</div>
<p>
Stuff I'm working on or just find cool.
Stuff I'm working/worked on, find cool, or just want to talk about.
</p>
<br>
<br>

<div class="columns is-multiline is-desktop">
<!-- Complexity Analysis -->
<div class="box project-text">
<article>
<div>
<figure class="image project-figure">
<img src="assets/img/ramtapewrong.png" alt="turing machine tape encoding of ram">
</figure>
</div>
<div>
<h2 class="project-titles">
Complexity Analysis and Hidden Assumptions
</h2>
<p>
A lesson in Turing machines, complexity theory, and a note to myself to be careful for implicit assumptions.
</p>
<a href="complexity.html">Read more.</a>
</div>
</article>
</div>
<!-- Deduction Theorem -->
<div class="box project-text">
<article>
Expand Down

0 comments on commit a8aa7ff

Please sign in to comment.