Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Box it HackerRank Solutin added #392

wants to merge 1 commit into from

Conversation

Arun-Kumar-Rathod
Copy link

Added Box it Hackerrank Solution with Question in question.md file.
This PR fixes #391 issue

Copy link
Collaborator

@nimishbongale nimishbongale left a 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();
}
Copy link
Collaborator

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

Comment on lines +10 to +13
<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>
Copy link
Collaborator

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?

Comment on lines +16 to +21
<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>

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Box it HackerRank Problem
2 participants