forked from arpitbbhayani/arpitbbhayani.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramming.html
More file actions
150 lines (131 loc) · 6.05 KB
/
Copy pathprogramming.html
File metadata and controls
150 lines (131 loc) · 6.05 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
<!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>Solutions to programming solutions from Codechef, HackerRank, Spoj, LeetCode and InterviewBit | Hi I'm Arpit 👋</title>
<meta name="description" content="An avid programmer, passionate about engineering and building products. Kinda know it all.">
<meta name="keywords" content="" />
<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/programming.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="Solutions to programming solutions from Codechef, HackerRank, Spoj, LeetCode and InterviewBit"/>
<meta property="og:url" content="https://arpitbhayani.me/programming.html"/>
<meta property="og:site_name" content="Hi I'm Arpit 👋"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content="An avid programmer, passionate about engineering and building products. Kinda know it all." />
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="https://arpitbhayani.me/programming.html">
<meta name="twitter:title" content="Solutions to programming solutions from Codechef, HackerRank, Spoj, LeetCode and InterviewBit">
<meta name="twitter:description" content="An avid programmer, passionate about engineering and building products. Kinda know it all.">
<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="active 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 hidden divider"></div>
<div class="ui two column grid center aligned">
<div class="column">
<a class="ui item image" href="/hackerrank.html" title="122 solutions">
<image src="/static/images/hackerrank.png" />
</a>
</div>
<div class="column">
<a class="ui item image" href="/spoj.html" title="191 solutions">
<image src="/static/images/spoj.png" />
</a>
<br />
</div>
<div class="column">
<a class="ui item image" href="/codechef.html" title="55 solutions">
<image src="/static/images/codechef.png" />
</a>
</div>
<div class="column">
<a class="ui item image" href="/leetcode.html" title="85 solutions">
<image src="/static/images/leetcode.jpg" />
</a>
</div>
<div class="column">
<a class="ui item image" href="/interviewbit.html" title="10 solutions">
<image src="/static/images/interviewbit.jpg" />
</a>
</div>
</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:arpit.b.bhayani@gmail.com">
<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>