-
-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Box it HackerRank Solutin added #392
base: main
Are you sure you want to change the base?
Box it HackerRank Solutin added #392
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes, do look into it! 😄
int main() | ||
{ | ||
check2(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do add a newline here
<li>int getLength() - Return box's length</li> | ||
<li>int getBreadth() - Return box's breadth </li> | ||
<li>int getHeight() - Return box's height </li> | ||
<li>long long CalculateVolume() - Return the volume of the box </li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we replace this with markdown lists?
<ol> | ||
<li> A.l < B.l</li> | ||
<li> A.b < B.b and A.l == B.l</li> | ||
<li>A.h < B.h and A.b==B.h and A.l==B.l</li> | ||
</ol> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here as well
Added Box it Hackerrank Solution with Question in question.md file.
This PR fixes #391 issue