Skip to content

Commit

Permalink
add links for stacks, heaps, graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfehrer committed Oct 20, 2024
1 parent 4c47894 commit 917360b
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,22 +104,28 @@ <h2 class="Meeting-Title">Linked Lists</h2>
<h2 class="Meeting-Text">September 12th</h2>
</div>
</a>
<div class="Meeting" id="m-4">
<h2 class="Meeting-Title">Stacks</h2>
<h2 class="Meeting-Text">September 19th</h2>
</div>
<a href="https://docs.google.com/presentation/d/1oWy92L3pxN-qdJSpMXxyeOKyO8kcKoyrZ6y1M52jBBg/edit?usp=sharing" target="_blank" rel="noopener noreferrer">
<div class="Meeting" id="m-4">
<h2 class="Meeting-Title">Stacks</h2>
<h2 class="Meeting-Text">September 19th</h2>
</div>
</a>
<div class="Meeting" id="m-5">
<h2 class="Meeting-Title">Trees</h2>
<h2 class="Meeting-Text">September 26th</h2>
</div>
<div class="Meeting" id="m-8">
<h2 class="Meeting-Title">Heaps</h2>
<h2 class="Meeting-Text">October 10th</h2>
</div>
<div class="Meeting" id="m-9">
<h2 class="Meeting-Title">Graphs</h2>
<h2 class="Meeting-Text">October 17th</h2>
</div>
<a href="https://docs.google.com/presentation/d/1jI63DRh8wmKukClpjyN1WhRvvMkdNNgjk0ZVEp7HEtg/edit?usp=sharing" target="_blank" rel="noopener noreferrer">
<div class="Meeting" id="m-8">
<h2 class="Meeting-Title">Heaps</h2>
<h2 class="Meeting-Text">October 10th</h2>
</div>
</a>
<a href="https://docs.google.com/presentation/d/1jBq0FN6koc3W0BagytD6HMJFOBDYHchLefdjFv1uRtI/edit?usp=sharing" target="_blank" rel="noopener noreferrer">
<div class="Meeting" id="m-9">
<h2 class="Meeting-Title">Graphs</h2>
<h2 class="Meeting-Text">October 17th</h2>
</div>
</a>
<div class="Meeting" id="m-10">
<h2 class="Meeting-Title">Coding Competition</h2>
<h2 class="Meeting-Text">October 24th</h2>
Expand Down

0 comments on commit 917360b

Please sign in to comment.