This commit is contained in:
WickedJack99
2022-09-26 00:28:02 +02:00
parent caba08bdf7
commit 9d93e63a5a
16 changed files with 128 additions and 4 deletions

View File

@@ -0,0 +1,23 @@
---
layout: post
author: Aaron
title: 2022 Week 39 Algorithms and Datastructures
---
<div class="outerDiv">
<div id="Introduction">
<h3>Introduction</h3>
<p>
Programming can be used to develop various programms and applications but still have many repetitive tasks in common.
These tasks have solutions which were researched very exact and confirmed by generations of computer scientists.
An example for such a task is how to sort
</p>
</div>
<div id="sources">
<h3>Sources</h3>
<ul>
<li><a href=""></a></li>
</ul>
</div>
</div>