-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.html
27 lines (23 loc) · 1.32 KB
/
bibliography.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bibliography</title>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="index.js"></script>
<link rel="icon" type="image/x-icon" href="images/star.png">
</head>
<body onload="head(); dateTime(); foot();">
<header id="header" style="position:fixed;"></header>
<h1 class="title">Bibliography</h1>
<div class="text" style="margin-bottom:50vh; padding: 0% 5%;">
<p style="text-align:center;"><strong>References</strong>
<br><br>Java ArrayList. (n.d.). Programiz. Retrieved April 14, 2023, from <nobr>https://www.programiz.com/java-programming/arraylist</nobr>
<br><br>Java Inheritance. (n.d.). Programiz. Retrieved April 14, 2023, from <nobr>https://www.programiz.com/java-programming/inheritance</nobr>
<br><br>Time Complexity: What is Time Complexity & its Algorithms? (2022, November 7). Great Learning. Retrieved April 27, 2023, from <nobr>https://www.mygreatlearning.com/blog/why-is-time-complexity-essential/</nobr>
<br><br>Class notes</p>
</div>
<footer id="footer"></footer>
</body>
</html>