-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
24 lines (16 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
So one fine day Himadri (DAIICT- M.Tech Final Year) and I decided to start solving DS problems by becoming code-buddies.
As code-buddies we designed a challenge!
The challenge is to solve 5 DS problems daily and either of the one who misses to solve a problem will pay the other person Rs.50/problem missed as penalty.
The link of the problems is : https://practice.geeksforgeeks.org/batch/must-do-1/
If you're joning the challenge, following are the next steps:
- Fork this repo to your GitHub Account
- Make a subdirectory with your name under the directory for the particular data-structure and put your codes in that directory
e.g. ├── Array
│ ├── Himadri
│ │ ├── binary_search.cpp
│ │ ├── equilibrium_point.c
│ └── Mritunjay
│ ├── binarySearch.cpp
│ ├── boolMatrix.cpp
- Once you are done with your 5 problems of the day, push your code to your forked repo and then creat a pull request to the original repo.
Happy coding :)