Skip to content
Open

01 #13

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 90 Days of Code Challenge
# 90 Days of Code Challenge

This challenge is currently meant for the students of ```NIT Durgapur```. Commit yourself to our 90 days of code challenge and contribute to the improvement of the coding culture of our college.

Expand Down Expand Up @@ -62,10 +62,10 @@ Y = data after current push

**Change the following block only**
```
Number of easy questions solved: X Y
Number of medium questions solved: X Y
Number of hard questions solved: X Y
Number of total questions solved: X Y
Number of easy questions solved: 0 1
Number of medium questions solved: 0 0
Number of hard questions solved: 0 0
Number of total questions solved: 0 1

Change X and Y only according to your progress.**
```
Expand All @@ -88,7 +88,7 @@ To mark the checkbox, change [ ] to [x].

#### Easy

1. [ ] [https://goo.gl/Kkf8eD](https://goo.gl/Kkf8eD)
1. [x] [https://goo.gl/Kkf8eD](https://goo.gl/Kkf8eD)
2. [ ] [https://www.codechef.com/problems/SCC0103](https://www.codechef.com/problems/SCC0103)
3. [ ] [http://www.spoj.com/problems/GSS1/](http://www.spoj.com/problems/GSS1/)
4. [ ] [https://www.codechef.com/problems/BITMASK3](https://www.codechef.com/problems/BITMASK3)
Expand Down