Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.605 Times

Binary Search Tree software
Filter: All | Freeware | Demo
 

Binary Search Tree

1 2 3 4 5 > 
Added: October 13, 2010 | Visits: 1.181

Tree::Binary::Search Tree::Binary::Search is a binary search tree for Perl. SYNOPSIS use Tree::Binary::Search; my $btree = Tree::Binary::Search->new(); $btree->useNumericComparison(); $btree->insert(5 => "Five"); $btree->insert(2 => "Two"); $btree->insert(1 => "One"); $btree->insert(3 => "Three");... Platforms: *nix

License: Freeware Size: 27.65 KB Download (253): Tree::Binary::Search Download

Added: May 10, 2013 | Visits: 496

Binary search and insert in Python This script demonstrates a binary search through sorted data using bisect. A large array of random numbers is generated and then sorted. The the application shows where a given number would be inserted in the random data list. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Binary search and insert in Python Download

Added: May 10, 2013 | Visits: 484

Binary search in one line This is an implementation of the binary search algorithm in (almost) one line. Given a number 'n' and a list 'L', the function returns the index of the number on the list, or -1. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Binary search in one line Download

Added: July 01, 2013 | Visits: 354

aatree The AA tree is a balanced binary search tree derived from red-black trees. A simplification of the constraints on red-black trees makes the algorithms, even deletion, much simpler. Performance is comparable - the slightly higher number of rotations is offset by the faster code. Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (35): aatree Download

Added: May 10, 2013 | Visits: 479

Binary ordered tree This script is a simple example demonstrating the construction of binary trees. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Binary ordered tree Download

Added: February 04, 2010 | Visits: 916

libgist libgist provides a generalized search tree C++ library. This directory contains the 2.0 release of the GiST C++ library. Please refer to our WWW home page located at for updates on documentation and new releases. libGiST is not public domain software. It is copyrighted by the University of... Platforms: *nix

License: Freeware Size: 3.6 MB Download (108): libgist Download

Added: January 27, 2010 | Visits: 947

Search::Binary Search::Binary is a Perl module for generic binary search. SYNOPSIS use Seach::Binary; $pos = binary_search($min, $max, $val, $read, $handle, [$size]); binary_search implements a generic binary search algorithm returning the position of the first record whose index value is greater than or... Platforms: *nix

License: Freeware Size: 2.05 KB Download (105): Search::Binary Download

Added: August 26, 2010 | Visits: 1.910

Tree::Binary Tree::Binary is a Object Oriented Binary Tree for Perl. SYNOPSIS use Tree::Binary; # a tree representaion of the expression: # ((2 + 2) * (4 + 5)) my $btree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2"))... Platforms: *nix

License: Freeware Size: 27.65 KB Download (326): Tree::Binary Download

Added: July 02, 2013 | Visits: 352

Binary Search of Elements lying within an Interval Search the elements that are lying within a specified interval.Search the indexes of all elements in x (sorted vector of n elements) that lie within the interval.The algorithm uses binary searches, thus it runs in log(n)INPUT:x: vector of numeric values sorted in ascending order(e.g.... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Binary Search of Elements lying within an Interval Download

Added: April 11, 2013 | Visits: 356

Binary Search for numeric vector INPUT:x: vector of numeric values, x should already be sorted in ascending order (e.g. 2,7,20,...120)sval: numeric value to be search in x OUTPUT:index: index of sval with respect to x. If sval is not found in x then index is empty. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Binary Search for numeric vector Download

Added: August 27, 2013 | Visits: 374

libx1f4l2 libx1f4l2 is a data structures library. Featured are BST backed lists. The BST (binary search tree) backed lists are all purpose lists, allowing for sequential and random access. The complexity for most operations is log(N) Platforms: *nix

License: Freeware Size: 337.92 KB Download (39): libx1f4l2 Download

Added: March 05, 2010 | Visits: 1.428

C Algorithms Library C Algorithms Library is a collection of commonly used Computer Science algorithms. The focus is on code that is well documented and tested, portable, and reusable. The C Programming Language has a much smaller standard library compared to other more modern programming languages such as Java... Platforms: *nix

License: Freeware Size: 337.92 KB Download (117): C Algorithms Library Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 424

Java DSA extensions DSA extensions contains classes similar in purpose to the classes provided in java.util. Currently, it contains sortable Lists and Maps, as well as a balanced binary search tree and a binary array search algorithm. Platforms: Windows, Mac, Linux

License: Freeware Size: 6.32 KB Download (48): Java DSA extensions Download

Added: January 21, 2010 | Visits: 1.103

Tree::Visualize Tree::Visualize is a Perl module for visualizing Tree structures. SYNOPSIS use Tree::Visualize; use Tree::Binary; my $tree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2")) ) ->setRight(... Platforms: *nix

License: Freeware Size: 15.36 KB Download (206): Tree::Visualize Download

Added: November 19, 2010 | Visits: 961

List::Search List::Search is a Perl module for fast searching of sorted lists. SYNOPSIS use List::Search qw( list_search nlist_search custom_list_search ); # Create a list to search my @list = sort qw( bravo charlie delta ); # Search for a value, returns the index of first match print list_search(... Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): List::Search Download

Added: March 27, 2013 | Visits: 567

Schnorr-Euchner Adaptive Search Radius Sphere A stack-based sequential depth-first decoder that returns Maximum-Likelihood solutions to M-QAM modulated MIMO system-type problems, i.e., a lattice decoder with optional justified rectangular boundary control. In such problems, the depth of the search tree is known and the number of children per... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Schnorr-Euchner Adaptive Search Radius Sphere Download

Released: November 13, 2011  |  Added: December 18, 2011 | Visits: 1.656

Swiss File Knife SFK makes daily tasks easy. Find and extract text in binary files, list dir tree sizes, filter and replace text, run an instant ftp server, http server for easy file transfer, find duplicate files, join many text files into one, create and verify md5 checksum lists, run a command on all files,... Platforms: Windows, Mac, *nix

License: Freeware Size: 1.12 MB Download (148): Swiss File Knife Download

Added: August 21, 2013 | Visits: 500

Search closest value in a vector Search value 'v' in sorted vector 'x' and find index and valuewith respect to vector x that is equal or closest to 'v'.If more than one value is equal then anyone can be returned(this is property of binary search).If more than one value is closest then first occurred is returned(this is property... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Search closest value in a vector Download

Released: December 05, 2000  |  Added: May 22, 2006 | Visits: 2.721

DISCo Finder DISCo Finder is a search program that is great for searching multiple search engines and multiple queries simultaneously using plain English or Boolean user defined keywords. Everybody knows how difficult it is to find information in Web. The main problems are how to make request to the search...

License: Shareware Cost: $20.00 USD Size: 1.1 MB Download (148): DISCo Finder Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 518

SearchMyFiles SearchMyFiles is an alternative to the standard "Search For Files And Folders" module of Windows. It allows you to easily search files in your system by wildcard, by last modified/created/last accessed time, by file attributes, by file content (text or binary search), and by the file size.... Platforms: Windows, Other

License: Freeware Download (54): SearchMyFiles Download

1 2 3 4 5 >