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

B+Tree Visualizer Incorrect Leaf Max Size #791

Closed
letuss004 opened this issue Jan 1, 2025 · 3 comments
Closed

B+Tree Visualizer Incorrect Leaf Max Size #791

letuss004 opened this issue Jan 1, 2025 · 3 comments

Comments

@letuss004
Copy link

letuss004 commented Jan 1, 2025

Information:
Solution Version: ffe71c7-dirty, BusTub Version: 3a194af, Built Date: 20240930

Description:

  • Input: leaf_max_size and internal_max_size = (5,5)
  • Insert 16 elements
  • Observation:
    • Internal have max size of 5 and min size of 3
    • Leaf have max size only of 4 and min size of 2 ??????

Evidences:
image

@skyzh
Copy link
Member

skyzh commented Jan 1, 2025

This is expected (please take a look at the write up)

@letuss004
Copy link
Author

This is expected (please take a look at the write up)

Can you give me link, I dont see any information around this

@skyzh skyzh closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2025
@skyzh
Copy link
Member

skyzh commented Jan 7, 2025

requirements and hints

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

No branches or pull requests

2 participants