Skip to content

Box it HackerRank Solutin added#392

Open
Arun-Kumar-Rathod wants to merge 1 commit intochandrikadeb7:mainfrom
Arun-Kumar-Rathod:featurebranch
Open

Box it HackerRank Solutin added#392
Arun-Kumar-Rathod wants to merge 1 commit intochandrikadeb7:mainfrom
Arun-Kumar-Rathod:featurebranch

Conversation

@Arun-Kumar-Rathod
Copy link
Copy Markdown

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

Copy link
Copy Markdown
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();
} No newline at end of file
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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