Skip to content

Commit 2246641

Browse files
committed
Dropped Questions for Merge sort algorithm
1 parent f399605 commit 2246641

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ You may drop questions from any website including but not limited to [Leetcode](
2323
- Create and navigate to the folder that corresponds to the name of the question. This can be gotten from the url to the question. E.g. if the url to the question is `https://leetcode.com/problems/merge-sorted-array/`, the name should be `merge-sorted-array`. Submissions to the question would be made to this folder.
2424
- Create a `link.txt` file that contains the url to the question.
2525

26+
### Hackerearth Problems
27+
- Navigate to the hackerearth directory from the root of the repository
28+
- Create and Navigate to the folder that corresponds to the topic you are dropping questions for. E.g. `Merge Sort`, `Cheap Thrills`.
29+
- Create and navigate to the folder that corresponds to the name of the question. This can be gotten from the url to the question. E.g. if the url to the question is `https://www.hackerearth.com/practice/algorithms/sorting/merge-sort/practice-problems/algorithm/cheap-thrills/`, the name should be `cheap-thrills`. Submissions to the question would be made to this folder.
30+
- Create a `link.txt` file that contains the url to the question.
31+
32+
2633
### HackerRank Problems
2734

2835
*TODO*
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.hackerearth.com/practice/algorithms/sorting/merge-sort/practice-problems/algorithm/cheap-thrills/

hackerearth/Merge Sort/Criminals/link

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.hackerearth.com/practice/algorithms/sorting/merge-sort/practice-problems/algorithm/criminals-little-deepu-and-little-kuldeep/
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.hackerearth.com/practice/algorithms/sorting/merge-sort/practice-problems/algorithm/lets-swap-5075ade8/

0 commit comments

Comments
 (0)