Binary Search Tree Nodes Class (VB6) 1.0
Binary Search Tree Nodes Class - an effective and very fast searching/database storage methodology. A self-contained binary tree class with a non-gui listbox class to create, search and maintain key data in a binary tree. This methodology os the basis for database engines. Have the database powe...
Linked List Library for Visual Basic v1.0
A Linked List Library that provides high performance data management including data inserting, deleting, moving, swapping...etc. It can be used to implement various complex algorithms.
Queue data structure v 1.0
This example shows how you can implement a queue in VB. A queue is data structure that can be used for many goals in your applications. This example works with 'Variant' data type but in your applications it should be changed to work with some defined data type: 'Long/String/Currency...' Send yo...
Read arrays' properties v 1.0
This example shows how you can read the properties of an array in VB at runtime. With the CArrayProperties class you can control an array in VB and even access its data in the memory directly without using the standard tools VB gives you. It'll speed up your applications with large data arrays. ...