23 lines
651 B
HTML
23 lines
651 B
HTML
---
|
|
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> |