[PR #548] [CLOSED] Create b+tree.c #973

Open
opened 2026-01-29 15:16:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/548
Author: @meltingOcean
Created: 6/20/2020
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+381 additions, -0 deletions)

View changed files

data_structures/btree/b+tree.c (+381 -0)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/548 **Author:** [@meltingOcean](https://github.com/meltingOcean) **Created:** 6/20/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`cc7b4ec`](https://github.com/TheAlgorithms/C/commit/cc7b4ece6ddc5a39fc6387657f4dd6cf6f68df4b) Create b+tree.c ### 📊 Changes **1 file changed** (+381 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/btree/b+tree.c` (+381 -0) </details> ### 📄 Description It is a code for b+tree. I have create insert operation and function that print whole of b+tree on tree shape. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:16:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#973