-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinterviewbit.html
202 lines (155 loc) · 8.27 KB
/
interviewbit.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="/static/images/icons/favicon.png">
<link rel="icon" type="image/image/png" href="/static/images/icons/favicon.png">
<link rel="icon" type="image/png" href="/static/images/icons/favicon.png" />
<title>Correct, optmized and efficient solution to programming questions on InterviewBit | Hi I'm Arpit 👋</title>
<meta name="description" content="Solutions to programming questions on InterviewBit by Arpit. The solutions are efficient and optimized. It is NOT advisable to directly copy and paste the so...">
<meta name="keywords" content="interviewbit, solution, solution to interviewbit questions, competitive programming, " />
<link rel="stylesheet" href="/static/css/semantic-3.min.css">
<link rel="stylesheet" href="/static/css/pygments-3.css">
<link rel="canonical" href="https://arpitbhayani.me/interviewbit.html">
<link rel="alternate" type="application/rss+xml" title="Hi I'm Arpit 👋" href="https://arpitbhayani.me/feed.xml">
<meta property="fb:app_id" content="1055615241238486" />
<meta property="og:image" content="https://arpitbhayani.me/static/images/profiles/arpit.png"/>
<meta property="og:title" content="Correct, optmized and efficient solution to programming questions on InterviewBit"/>
<meta property="og:url" content="https://arpitbhayani.me/interviewbit.html"/>
<meta property="og:site_name" content="Hi I'm Arpit 👋"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content="Solutions to programming questions on InterviewBit by Arpit. The solutions are efficient and optimized. It is NOT advisable to directly copy and paste the so..." />
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="https://arpitbhayani.me/interviewbit.html">
<meta name="twitter:title" content="Correct, optmized and efficient solution to programming questions on InterviewBit">
<meta name="twitter:description" content="Solutions to programming questions on InterviewBit by Arpit. The solutions are efficient and optimized. It is NOT advisable to directly copy and paste the so...">
<meta name="twitter:image" content="https://arpitbhayani.me/static/images/profiles/arpit.png">
<script src="/static/js/jquery-1.11.3.min.js"></script>
</head>
<body>
<div class="ui secondary basic menu center aligned" style="border-top: 4px solid #0079ff; margin-bottom: 0px;">
<a class="item" href="/" >
<div class="ui medium image">
<img src="/static/images/profiles/arpit-logo.png" />
</div>
</a>
<a class=" item" href="/blogs.html">BLOGS</a>
<a class=" item" href="/today-i-learned.html">TODAY I LEARNED</a>
<!-- <a class=" item" href="/shredded-python.html">SHREDDED PYTHON</a> -->
<a class=" item" href="/programming.html">PROGRAMMING</a>
<a class="item" target="_blank" href="/static/arpit-bhayani-resume.pdf">RESUME</a>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71339255-1', 'auto');
ga('send', 'pageview');
</script>
<div class="ui text container" style="margin-top: 10px; padding-bottom: 50px;">
<div class="ui basic center aligned segment">
<div class="ui large image">
<image src="/static/images/interviewbit.jpg" />
</div>
<table class="ui very basic table">
<tr class="row1">
<td class="col1">
<td>
<a href="/interviewbit/add-one-to-number.html" data-content="Solution for INTERVIEWBIT add-one-to-number Solution on interviewbit"><i class="caret right icon"></i>add-one-to-number</a>
</td>
</td><td class="col2">
<td>
<a href="/interviewbit/anti-diagonals.html" data-content="Solution for INTERVIEWBIT anti-diagonals Solution on interviewbit"><i class="caret right icon"></i>anti-diagonals</a>
</td>
</td></tr>
<tr class="row2"><td class="col1">
<td>
<a href="/interviewbit/kth-row-of-pascals-triangle.html" data-content="Solution for INTERVIEWBIT kth-row-of-pascals-triangle Solution on interviewbit"><i class="caret right icon"></i>kth-row-of-pascals-triangle</a>
</td>
</td><td class="col2">
<td>
<a href="/interviewbit/max-non-negative-subarray.html" data-content="Solution for INTERVIEWBIT max-non-negative-subarray Solution on interviewbit"><i class="caret right icon"></i>max-non-negative-subarray</a>
</td>
</td></tr>
<tr class="row3"><td class="col1">
<td>
<a href="/interviewbit/max-sum-contiguous-subarray.html" data-content="Solution for INTERVIEWBIT max-sum-contiguous-subarray Solution on interviewbit"><i class="caret right icon"></i>max-sum-contiguous-subarray</a>
</td>
</td><td class="col2">
<td>
<a href="/interviewbit/maximum-absolute-difference.html" data-content="Solution for INTERVIEWBIT maximum-absolute-difference Solution on interviewbit"><i class="caret right icon"></i>maximum-absolute-difference</a>
</td>
</td></tr>
<tr class="row4"><td class="col1">
<td>
<a href="/interviewbit/min-steps-in-infinite-grid.html" data-content="Solution for INTERVIEWBIT min-steps-in-infinite-grid Solution on interviewbit"><i class="caret right icon"></i>min-steps-in-infinite-grid</a>
</td>
</td><td class="col2">
<td>
<a href="/interviewbit/pascal-triangle.html" data-content="Solution for INTERVIEWBIT pascal-triangle Solution on interviewbit"><i class="caret right icon"></i>pascal-triangle</a>
</td>
</td></tr>
<tr class="row5"><td class="col1">
<td>
<a href="/interviewbit/repeat-and-missing-number-array.html" data-content="Solution for INTERVIEWBIT repeat-and-missing-number-array Solution on interviewbit"><i class="caret right icon"></i>repeat-and-missing-number-array</a>
</td>
</td><td class="col2">
<td>
<a href="/interviewbit/spiral-order-matrix-ii.html" data-content="Solution for INTERVIEWBIT spiral-order-matrix-ii Solution on interviewbit"><i class="caret right icon"></i>spiral-order-matrix-ii</a>
</td>
</td></tr>
</table>
</div>
</div>
<div class="ui hidden section divider"></div>
<footer style="background: #fff;">
<div class="ui column centered grid">
<div class="row">
<div class="column center aligned">
<div class="ui small icon borderless compact basic secondary menu">
<div class="item">
<a target="_blank" href="mailto:[email protected]">
<i class="mail outline large grey icon"></i>
</a>
</div>
<div class="ui item">
<a target="_blank" href="https://github.com/arpitbbhayani">
<i class="github large grey icon"></i>
</a>
</div>
<div class="ui item">
<a target="_blank" href="https://facebook.com/oftenweird">
<i class="facebook f large grey icon"></i>
</a>
</div>
<div class="ui item">
<a target="_blank" href="https://instagram.com/often_weird">
<i class="instagram large grey icon"></i>
</a>
</div>
<div class="ui item">
<a target="_blank" href="https://twitter.com/arpit_bhayani">
<i class="twitter large grey icon"></i>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="ui small grey text">Thanks for visiting!</div>
</div>
</div>
</footer>
<div class="ui hidden section divider"></div>
<div class="ui hidden section divider"></div>
</body>
<head>
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<script src="/static/js/semantic-2.min.js"></script>
<script src="/static/js/index.js"></script>
</head>
</html>