-
###### Expected behavior and actual behavior
# Expected behavior:
*Name in Hackerrank Corrected in Contributing.md file
# Actual behavior:
*The Name of Hackerrank in the Contributing.md is hac…
S-YED updated
1 month ago
-
I want to add some imp algo of the CPP !! pls assign me @yashksaini-coder
-
### Enter your question -
Given two arrays of integers, find which elements in the second array are missing from the first array.
### Enter link to the question(if question belongs to any online …
-
###### Expected behavior and actual behavior
# Expected behavior:
* The file name should be formatted so that it matches the URL that will redirect to the problem page.
# Actual behavior:
* If y…
-
Can I add the solutions in C/C++ for questions of Hackerrank->DS->Stack?
-
The area under syntax pad and besides input output block looks incomplete and empty.
**To modify the same I would like to create this issue**
I can add some helpful resource links like GFG, Hackke…
-
there is an extra 5 at the end of line, which must be removed.
check the code here :
https://github.com/ajeyln/python_scripts_hackkerrank/blob/master/03_string/22_number_coversion.py#L10
-
There will be an exception thrown when user gives b value 0.
Please see that no exception is thrown on console. Put in try/catch fashion and display right message saying, cannot divide by 0.