Skip to content

Conversation

@meltingOcean
Copy link

It is a code for b+tree. I have create insert operation and function that print whole of b+tree on tree shape.

It is a code for b+tree. I have create insert operation and function that print whole of b+tree on tree shape.
Copy link
Member

@ayaankhan98 ayaankhan98 left a comment

Choose a reason for hiding this comment

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

  • there is no main function?
  • please be consistent with line spacing somewhere you have left 4 line space somewhere 2 lines and somewhere there is no space
  • Add a main function
  • Add a test function to test your code
  • Add a proper Doxygen Style Documentaion with explaning everything you have done in the code.

Copy link
Member

@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

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

Please fix the braces position.
Make them look like:

if (var1 == var2) {
    // Something here

} else {
    // Something here
}

@kvedala kvedala added incomplete code some parts of the program are missing (like main function for C/C++ programs) Awaiting author response wontfix This will be not worked on labels Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Awaiting author response incomplete code some parts of the program are missing (like main function for C/C++ programs) wontfix This will be not worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants