-
Notifications
You must be signed in to change notification settings - Fork 1
/
Sorting&Graphs.html
187 lines (182 loc) · 12.4 KB
/
Sorting&Graphs.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>iViewer- Heaven for Interview</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<a class="navbar-brand" href="index.html">iViewer</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="language.html">Languages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="networking.html">Networking</a>
</li>
<li class="nav-item">
<a class="nav-link" href="oops.html">OOPs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Sorting&Graphs.html">Sorting & Graphs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ds.html">Data Structures & Algorithms</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Monk Test
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://www.cppbuzz.com/c-objective-questions">C</a>
<a class="dropdown-item" href="https://www.cppbuzz.com/c++-objective-questions">C++</a>
<a class="dropdown-item" href="https://www.cppbuzz.com/python/python-objective-questions">Python</a>
<a class="dropdown-item" href="https://www.cppbuzz.com/java/java-objective-questions">Java</a>
<a class="dropdown-item" href="https://www.cppbuzz.com/java-script/javascript-interview-questions-and-answers">JavaScript</a>
<a class="dropdown-item" href="https://www.w3schools.com/html/html_quiz.asp">HTML</a>
<a class="dropdown-item" href="https://www.w3schools.com/css/css_quiz.asp">CSS</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="contaner-fluid">
<br>
<div class="container">
<h2>Everything You Need To Know About Sorting and Graphs Algorithms</h2>
<div class="row mb-2">
<div class="col-md-6 my-1">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative bg-light">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">C</strong>
<h3 class="mb-0">Sorting In C</h3>
<p class="card-text mb-auto">This article will will put forth an interesting and an important topic that is Sorting Algorithms In C</p>
<a href="https://www.edureka.co/blog/sorting-algorithms-in-c/" class="stretched-link">Continue reading</a>
</div>
<!-- <div class="col-auto d-none d-lg-block">
<img src="img/CLan.png" alt="C-Language Interview" class="bd-placeholder-img" width="200" height="250">
</div> -->
</div>
</div>
<div class="col-md-6 my-1">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative bg-light">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">C</strong>
<h3 class="mb-0">Graphs In C</h3>
<p class="mb-auto">A graph consists of a set of nodes together with a set of edges where each edge joins two vertices. </p>
<a href="https://www.cs.yale.edu/homes/aspnes/pinewiki/C(2f)Graphs.html" class="stretched-link">Continue reading</a>
</div>
<!-- <div class="col-auto d-none d-lg-block">
<img src="img/cppLan.jpg" alt="C++ language" class="bd-placeholder-img" width="200" height="250">
</div> -->
</div>
</div>
</div>
<div class="row mb-4">
<div class="col-md-6 my-1">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative bg-light">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">C++</strong>
<h3 class="mb-0">Sorting In C++</h3>
<p class="card-text mb-auto">Sorting is a technique that is implemented to arrange the data in a specific order. </p>
<a href="https://www.softwaretestinghelp.com/sorting-techniques-in-cpp/" class="stretched-link">Continue reading</a>
</div>
<!-- <div class="col-auto d-none d-lg-block">
<img src="img/cppLan.jpg" alt="C-Language Interview" class="bd-placeholder-img" width="200" height="250">
</div> -->
</div>
</div>
<div class="col-md-6 my-1">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative bg-light">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">C++</strong>
<h3 class="mb-0">Graphs In C++</h3>
<p class="mb-auto">A graph can be defined as a collection of Nodes which are also called “vertices” and “edges”.</p>
<a href="https://www.softwaretestinghelp.com/graph-implementation-cpp/" class="stretched-link">Continue reading</a>
</div>
<!-- <div class="col-auto d-none d-lg-block">
<img src="img/python.jpg" alt="C++ language" class="bd-placeholder-img" width="200" height="250">
</div> -->
</div>
</div>
</div>
<div class="row mb-2">
<div class="col-md-6 my-1">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative bg-light">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">Java</strong>
<h3 class="mb-0">Sorting In Java</h3>
<p class="card-text mb-auto">Sorting data means arranging it in a certain order, often in an array-like data structure</p>
<a href="https://stackabuse.com/sorting-algorithms-in-java/" class="stretched-link">Continue reading</a>
</div>
<!-- <div class="col-auto d-none d-lg-block">
<img src="img/CLan.png" alt="C-Language Interview" class="bd-placeholder-img" width="200" height="250">
</div> -->
</div>
</div>
<div class="col-md-6 my-1">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative bg-light">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">Java</strong>
<h3 class="mb-0">Graphs In Java</h3>
<p class="mb-auto">In this blog, we'll understand the basic concepts of a graph</p>
<a href="https://www.baeldung.com/java-graphs" class="stretched-link">Continue reading</a>
</div>
<!-- <div class="col-auto d-none d-lg-block">
<img src="img/cppLan.jpg" alt="C++ language" class="bd-placeholder-img" width="200" height="250">
</div> -->
</div>
</div>
</div>
<div class="row mb-2">
<div class="col-md-6 my-1">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative bg-light">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">Python</strong>
<h3 class="mb-0">Sorting In Python</h3>
<p class="card-text mb-auto">In this article we'll have a look at popular sorting algorithms, understand how they work and code them in Python.</p>
<a href="https://stackabuse.com/sorting-algorithms-in-python/" class="stretched-link">Continue reading</a>
</div>
<!-- <div class="col-auto d-none d-lg-block">
<img src="img/CLan.png" alt="C-Language Interview" class="bd-placeholder-img" width="200" height="250">
</div> -->
</div>
</div>
<div class="col-md-6 my-1">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative bg-light">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">Python</strong>
<h3 class="mb-0">Graphs In Python</h3>
<p class="mb-auto">A "graph"1 in mathematics and computer science consists of "nodes", also known as "vertices". Nodes may or may not be connected with one another.</p>
<a href="https://www.python-course.eu/graphs_python.php" class="stretched-link">Continue reading</a>
</div>
<!-- <div class="col-auto d-none d-lg-block">
<img src="img/cppLan.jpg" alt="C++ language" class="bd-placeholder-img" width="200" height="250">
</div> -->
</div>
</div>
</div>
</div>
</div>
<footer class="container">
<p class="float-right"><a href="#carouselExampleIndicators">Back to top</a></p>
<p>© 2020-2021 iViewer, Inc. . <a href="about.html">About Us</a>.<a href="contact.html">Contact Us</a></p>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script>
</body>
</html>