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.473.195 Times

Binary Search Tree freeware
Filter: All | Freeware | Demo
 

Binary Search Tree

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

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: 494

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: 482

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: May 10, 2013 | Visits: 472

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: 913

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: 946

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.908

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: August 27, 2013 | Visits: 372

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.425

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 (116): 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.101

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: 960

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: 566

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.654

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

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

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

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 421

connectfour This is a program able to play the connect-four game, using a minimax tree search. The interesting part is that the search tree is independent of the heuristic and can be reused. Is written in compiled java.


Platforms: Windows, Mac, Linux

License: Freeware Size: 44.7 KB Download (46): connectfour Download

Released: September 24, 2012  |  Added: September 24, 2012 | Visits: 208

JAJALGO This application is a tree algorithms visualizator. The user can create his own tree of a certain type (among binary, binary search, and red black), his algorithm and then can observe the execution in real time of his algorithm on his tree.


Platforms: Windows, Mac, Linux

License: Freeware Size: 4.02 MB Download (44): JAJALGO Download

Added: March 21, 2010 | Visits: 965

Gecode/J Gecode/J is a Java interface for the Gecode C++ constraint programming library. It allows you to: model and solve constraint problems in Java. explore the search tree with our tree visualization tool. Either using the built-in depth-first search strategy, or manually and interactively....


Platforms: *nix

License: Freeware Download (99): Gecode/J Download

Added: August 13, 2013 | Visits: 265

Disc Collision rev3 Script Grid based special divisions and search tree based sorted lists are used to optimize basic calculations.It was built and optimized for Flash 10.


Platforms: Flash

License: Freeware Size: 40.96 KB Download (40): Disc Collision rev3 Script Download

Added: June 29, 2013 | Visits: 518

Xfce4 Dictionary Xfce4 Dictionary is a program that allows you to search different kinds of dictionary services for words or phrases and shows you the result. Currently you can query a Dict server(RFC 2229), any online dictionary service by opening a web browser or search for words using the aspell/ispell...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (48): Xfce4 Dictionary Download

1 2 3 4 5 >