-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy patharchive.html
More file actions
38 lines (35 loc) · 1.9 KB
/
archive.html
File metadata and controls
38 lines (35 loc) · 1.9 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
---
title: Archive
description: Collection of our previously held contests and their problems
layout: page
---
<p>
On this page, you can see the questions and contest pages from the past <em>Code Hackathon</em> weeks and now, the <em>Rookie Hour</em> challenges. We encourage you to read through the problem sets and practice.
</p>
<p>
<strong>Note:</strong> Starting with <em>Code Hackathon Week 3</em>, we will not be publishing solutions for our questions. We believe that trying to solve a question on your own is the best way to learn & improve. The sense of satisfaction that we gain on successfully solving a question and all of its hidden test cases is something that keeps us going. This kind of tenacity is what interviewers look for in freshers: persistence, self-reliance, hard-work, and above all, patience. So pick a time that suits you & stick to it. Practice, practice, practice!
</p>
<div class="event-card-group pt-5">
{% for event in site.data.events %}{% if event.has_ended %}<div class="event-card">
<h3>{% if event.title != "Code Hackathon" %}{{ event.title }} {% endif %}{{ event.order }}</h3>
<h4>
{% unless event.links%}
<span class="badge badge-dark">No links yet</span>
{% endunless %}
{% for link in event.links %}
<a href="{{ link.url }}" class="badge badge-info" target="_blank">{{ link.title }}</a>
{% endfor %}
</h4>
</div>{% endif %}{% endfor %}
</div>
<div class="alert alert-info my-4" role="alert">
In such online programming competitions, there are only either correct & incorrect answers. No partial ones. If you have any issues, doubts or queries with any of our questions or provided solutions, then please feel free to <a href="contact" class="alert-link" target="_blank">message us</a>.
</div>
<div id="suggestion-grid">
<a href="schedule">
<div id="suggest-one" class="suggestion-card">
<h3>🗓️ Schedule</h3>
<h5>Save the date</h5>
</div>
</a>
</div>