-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWalmart.html
More file actions
253 lines (195 loc) · 9.41 KB
/
Walmart.html
File metadata and controls
253 lines (195 loc) · 9.41 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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!-- /*
* Template Name: Untreefolio
* Template Author: Untree.co
* Tempalte URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/ -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Untree.co">
<link rel="shortcut icon" href="images/man.png">
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="css/vendor/icomoon/style.css">
<link rel="stylesheet" href="css/vendor/owl.carousel.min.css">
<link rel="stylesheet" href="css/vendor/animate.min.css">
<link rel="stylesheet" href="css/vendor/aos.css">
<link rel="stylesheet" href="css/vendor/bootstrap.min.css">
<link rel="stylesheet" href="css/vendor/jquery.fancybox.min.css">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-nav-target" data-offset="200">
<nav class="unslate_co--site-mobile-menu">
<div class="close-wrap d-flex">
<a href="#" class="d-flex ml-auto js-menu-toggle">
<span class="close-label">Close</span>
<div class="close-times">
<span class="bar1"></span>
<span class="bar2"></span>
</div>
</a>
</div>
<div class="site-mobile-inner"></div>
</nav>
<div class="unslate_co--site-wrap">
<div class="unslate_co--site-inner">
<div class=" text-left unslate_co--site-nav site-nav-target site-logo pos-absolute">
<a href="index.html" class="unslate_co--site-logo"> ㅤCodeKickStart<span>.</span></a>
</div>
<nav class="unslate_co--site-nav site-nav-target">
<div class="container">
<div class="row align-items-center justify-content-between text-left">
<div >
</div>
<div class="col-md-4 text-right text-lg-left">
<ul class="site-nav-ul js-clone-nav text-left d-none d-lg-inline-block">
<li><a href="/index.html" class="nav-link">Home</a></li>
<li><a href="/Arsh_Sheet.html" target="_blank" class="nav-link">Questions</a></li>
</ul>
<ul class="site-nav-ul-none-onepage text-right d-inline-block d-lg-none">
<li><a href="#" class="js-menu-toggle">Menu</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- END nav -->
<br>
<br>
<br>
<div class="unslate_co--section" id="table-section">
<div class="container">
<div class="section-heading-wrap text-center mb-5" data-aos="fade-up">
<h2 class="heading-h2 text-center divider">
Walmart
</h2>
</div>
<table class="table align-middle">
<thead>
<tr>
<th scope="col">S.No</th>
<th scope="col">Problem</th>
<th scope="col">PraticeLink</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>
Path with Maximum Probability</td>
<td><a href="https://leetcode.com/problems/path-with-maximum-probability/" target="_blank" >Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">2</th>
<td>Stone Game
</td>
<td><a href="https://leetcode.com/problems/stone-game" target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">3</th>
<td>Remove colored pieces if both neighbors are the same color</td>
<td><a href="https://leetcode.com/problems/remove-colored-pieces-if-both-neighbors-are-the-same-color" target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">4</th>
<td>Number of unique paths
</td>
<td><a href="https://practice.geeksforgeeks.org/problems/number-of-unique-paths5339/1/"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">5</th>
<td>Transform to sum tree
</td>
<td><a href="https://practice.geeksforgeeks.org/problems/transform-to-sum-tree/1/"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">6</th>
<td> Power of numbers </td>
<td><a href="https://practice.geeksforgeeks.org/problems/power-of-numbers-1587115620/1/"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">7</th>
<td>Sorted subsequence of size 3</td>
<td><a href="https://practice.geeksforgeeks.org/problems/sorted-subsequence-of-size-3/1/"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">8</th>
<td>Maximum Height tree
</td>
<td><a href="https://practice.geeksforgeeks.org/problems/maximum-height-tree4803/1/?page=2&company[]=Walmart&query=page2company[]Walmart"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">9</th>
<td>Guess number higher or lower
</td>
<td><a href="https://leetcode.com/problems/guess-number-higher-or-lower-ii"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">10</th>
<td>Generate random point in a circle
</td>
<td><a href="https://leetcode.com/problems/generate-random-point-in-a-circle"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">11</th>
<td> Maximum performance of a team </td>
<td><a href="https://leetcode.com/problems/maximum-performance-of-a-team"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">12</th>
<td>Find array given subset sums
</td>
<td><a href="https://leetcode.com/problems/find-array-given-subset-sums"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">13</th>
<td>Find the kth largest integer in the array
</td>
<td><a href="https://leetcode.com/problems/find-the-kth-largest-integer-in-the-array"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">14</th>
<td>Largest number in k swaps
</td>
<td><a href="https://practice.geeksforgeeks.org/problems/largest-number-in-k-swaps-1587115620/1/"target="_blank">Click here</a></td>
</tr>
<tr class="align-bottom">
<th scope="row">15</th>
<td>Divide Two Integers </td>
<td><a href="https://leetcode.com/problems/divide-two-integers/"target="_blank">Click here</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div> <!-- END .unslate_co-site-inner -->
<footer class="unslate_co--footer unslate_co--section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7">
<div class="footer-site-logo"><a href="#">Arsh Goyal</a></div>
<ul class="list-unstyled social-icons light">
<li><a href="https://www.instagram.com/arshgoyalyt/" target="_blank"><span class="icon-instagram"></span></a></li>
<li><a href="https://twitter.com/arsh_goyal" target="_blank"><span class="icon-twitter"></span></a></li>
<li><a href="https://www.linkedin.com/in/arshgoyal/" target="_blank"><span class="icon-linkedin"></span></a></li>
<li><a href="https://www.youtube.com/c/ArshGoyal" target="_blank"><span class="icon-youtube"></span></a></li>
</ul>
<p class="site-copyright"><small>Copyright ©<script>document.write(new Date().getFullYear());</script>. All Rights Reserved. — Designed with love by <a href="https://untree.co" target="_blank" rel="nofollow noopener">Untree.co</a> • <a href="https://untree.co/license" target="_blank" rel="nofollow noopener">License</a> </small></p>
</div>
</div>
</div>
</footer>
</div>
<!-- Loader -->
<div id="unslate_co--overlayer"></div>
<div class="site-loader-wrap">
<div class="site-loader"></div>
</div>
<script src="js/scripts-dist.js"></script>
<script src="js/main.js"></script>
</body>
</html>