-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (29 loc) · 936 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<head>
</head>
<body>
<h1>Blockly Algorithms</h1>
<h2>Lecture</h2>
<ul>
<li> <a href="plain.html"> Plain algorithm designer (without concrete problem)</a>
</ul>
<h2>Tutorial T2</h2>
<ul>
<li> <a href="sort.html"> T2.1. Sorting</a>
<li> <a href="sortchar.html"> T2.2. Sorting characters</a>
<li> <a href="sortanimals.html"> T2.3. Sorting animals</a>
<li> <a href="minmax.html"> T2.4. Minimum Maximum Search</a>
<li> <a href="find.html"> T2.5. Element Search</a>
</ul>
If you want to deepen your knowledge about algorithms, please check <a href="http://cathyatseneca.github.io/DSAnim/web/quick.html">this tutorial</a>.
</body>
<h2>Tutorial T3</h2>
<ul>
<li> <a href="languages.html"> T3.1. Languages</a>
<li> <a href="littleman.html"> T3.2. Little Man Computer</a>
</ul>
<h2>Tutorial T4</h2>
<ul>
<li> <a href="endswith.html"> T4.1.C Endswith</a>
</ul>
</html>