Saved Bookmarks
| 1. |
What Is B Trees And Its Applications? |
|
Answer» A B-tree is just another tree data structure mostly used within file systems and DATABASES. Common file systems that USE B-trees are HFS+ (OSX), ext4 (Linux) and NTFS (WINDOWS). A B-tree is just another tree data structure mostly used within file systems and databases. Common file systems that use B-trees are HFS+ (OSX), ext4 (Linux) and NTFS (Windows). |
|