Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 468 Bytes

File metadata and controls

8 lines (8 loc) · 468 Bytes

Library management system based on 3 - order B- tree

数据结构实验 三阶B树的设计
要求如下:
Design a library management simulation program based on B- tree.
(1) Use the third-order B-tree storage structure.
(2) With isbn as the key word, complete the library, library and query operations.
(3) Customize the form of display operation results.
The file is saved in TXT format with isbn saved, and each record is separated by a newline