-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation_01.html
More file actions
43 lines (43 loc) · 1.53 KB
/
documentation_01.html
File metadata and controls
43 lines (43 loc) · 1.53 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
<!DOCTYPE html>
<html>
<head>
<style>
.center {
margin: auto;
width: 60%;
border: 3px solid #73AD21;
padding: 10px;
}
</style>
<div class="center">
<img src = https://avatars3.githubusercontent.com/u/69033340?s=200&v=4 alt="Reborn">
</div>
<div class="center">
<h1> Quantum Laps </h1>
</div>
</head>
<body>
<h2> Networking System Using C++ </h2>
<marquee width="100%" direction="right" height="70px">
<h2> Contribution Stats </h2>
</marquee>
<ul>
<li> <u><b>Maahir Sharma</b></u> : <b>Graph Theory Functionalities</b><i>(Module Handled and Created:Graph Theory Functionalities)</i> </li>
<li> <u><b>Kushagra Sharma</b></u> : <b>Trees and Tries Functionalities</b><i>(Module Handled and Created:Tree Algorithms)</i> </li>
<li> <u><b>Rahul Das</b></u> : <b>Huffman Decoding Functionalities</b><i>(Module Handled and Created:Huffman string and Huffman Tree)</i> </li>
<li> <u><b>Ravi Gusain</b></u> : <b>LinkedList Functionalities</b><i>(Module Handled and Created : LinkedList Implementation in OS Processes)</i> </li>
<p1>
<h2> Networking System Using C++ </h2>
<marquee width="100%" direction="right" height="70px">
<h2> Functionalities </h2>
</marquee>
<ul>
<li> Setting up Router Networks with Edges </li>
<li> Calculation of Routing Tables via Bellmann Ford Algorithm </li>
<li> Finding the Maximal Strongly Connected Sub Network via KosaRaju Algorithm </li>
<li> Vinzing's Theorem </li>
<li> Huffmann Encoding and Decoding </li>
<li> LinkedList Deadlock Process detection using Floyd's Algo </li>
<li> Node flooding as Router Tree </li>
</body>
</html>