-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexplanation.html
More file actions
56 lines (49 loc) · 1.86 KB
/
explanation.html
File metadata and controls
56 lines (49 loc) · 1.86 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sorting Algorithms Visualization</title>
<link rel="stylesheet" href="./styles/explanation.css">
</head>
<body>
<div class="navbar">
<a href="explanation.html" class="current">Explanation</a>
<a href="sort.html">Visualization</a>
<a href="complexity.html">Time Complexity</a>
</div>
<div class="main-content">
<div id="aiOutput">
<p id="stylingHeader">ParserPro [Version 1.2.0]<br><br>C:\Users\yourName><span class="stageHeader">
ParserPro start</span></p>
<div class="stylingDescript">
<p id="explanationHeader">
</p>
<p id="explanationDescript">
</p>
</div>
</div>
</div>
<script src="./scripts/handler.js"></script>
<script src="./scripts/explanation.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked/lib/marked.umd.js"></script>
</body>
</html>
<!--
<span class="comment"><br>// WELCOME TO PARSERPRO</span>
<br>
<span class="comment">// To get started, see *Info* </span>
<span class="keyword">public</span> <span class="keyword">static</span>
<span class="keyword-void">void</span> <span class="method-name"><wbr>welcomePage</wbr></span><span
class="methodParentheses">()</span>
<span class="methodBraces">{</span>
<br>
<span class="method-name">loadInterface</span><span
class="parentheses">()</span><span class="semicolon">;</span>
<br>
<span class="method-name">GreetUser</span><span
class="parentheses">(</span><span class="variable">yourName</span><span
class="parentheses">)</span><span class="semicolon">;</span>
<br>
<span class="methodBraces">}</span>
-->