-
Notifications
You must be signed in to change notification settings - Fork 4
/
huntcode_embed.php
executable file
·77 lines (71 loc) · 5.37 KB
/
huntcode_embed.php
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
<div class="row">
<div class="col-md-4">
<div class="sidebar">
<center><h1 style="color: #02bdd5">Hunt_the_code( );</h1></center>
<div class="categories widget">
<h3 class="widget-head">Questions Status</h3>
<ul>
<li>
<a>Day 1-Q 1</a> <span class="badge" style="color: #808000">Available</span>
</li>
<li>
<a>Day 1-Q 2</a> <span class="badge" style="color: #808000">Available</span>
</li>
<li>
<a>Day 2-Q 1</a> <span class="badge">Not available</span>
</li>
<li>
<a>Day 2-Q 2</a> <span class="badge">Not available</span>
</li>
<li>
<a>Day 3-Q 1</a> <span class="badge">Not available</span>
</li>
<li>
<a>Day 3-Q 2</a> <span class="badge">Not available</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-8">
<article class="wow fadeInDown" data-wow-delay=".5s" data-wow-duration="500ms">
<div class="blog-post-image">
</div>
<div class="blog-content">
<h2 class="blogpost-title">
<a>Hunt the code</a>
<img src="images/hunt.png" alt="Hunt_the_code( );" style="width: 100%" />
</h2>
Day 1 - Question 1 & Question 2- <a href="uploads/day1_linux.zip">Linux</a> |
<a href="uploads/day1_windows.zip">Windows</a>
<p>
<ul>
<li>Hint 1 Question 1 - The output is dependent on whether the value of n is even or odd.</li>
<li>Hint 1 Question 2 - The output is related to prime numbers.</li>
<li>Hint 2 Question 1 - A square operation is performed in both cases.</li>
<li>Hint 2 Question 2 - A constant is multiplied to the prime numbers depending upon the position of the number in the output.</li>
</ul>
</p>
<br>
Day 2 - Question 1 & Question 2 - <a href="uploads/day2_linux.zip">Linux</a> |
<a href="uploads/day2_windows.zip">Windows</a>
<p>
<ul>
<li>Hint 1 Question 1 - The output is related to the binary representation of HCF.</li>
<li>Hint 1 Question 2 - The output is based on a well known series.</li>
<li>Hint 2 Question 1 - Each output is either a power of 2 or 3. The output is evaluated using concept of prime numbers.</li>
<li>Hint 2 Question 2 - The output is related to the summation of first n numbers of the series.</li>
</ul>
</p>
<br>
Day 3 - Question 1 & Question 2 - <a href="uploads/day3_linux.zip">Linux</a> |
<a href="uploads/day3_windows.zip">Windows</a>
<p>
<ul>
<li>Hint 1 - Not available</li>
<li>Hint 2 - Not available</li>
</ul>
</p>
<br>
</div>
</article>