B Tree 1.0 C/C++ script

SPONSORED LINKS

    Specification

  • Version: 1.0
  • File size: 0 KB
  • File name: B+Tree-1.0.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: C/C++
  • Price:BSD
  • Company: scalingweb.com (View more)

B Tree 1.0 script description:




Publisher review:
B Tree is a type of tree, which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records. B Tree is a type of tree, which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key.

It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index segment (usually called a 'block' or 'node').

In a B tree, in contrast to a B-tree, all records are stored at the lowest level of the tree; only keys are stored in interior blocks.

Two search methods available in the btree implementation:

First method is performed in the typical manner, starting at the root, the tree is traversed top to bottom, choosing the child pointer whose separation values are on either side of the value that is being searched. Second method is more sophisticated and flexible.

Different parameters of search can be set up by user, including starting point and method which will test each next new value. For example, using this type of search user can make efficient wildcard search on a string based btree, by simply writing wildcard test function and performing search in the btree.
B Tree 1.0 is a C/C++ script for Polls and Voting scripts design by scalingweb.com. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5