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

Java Binary Search Tree software
Filter: All | Freeware | Demo
 

Java 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: 492

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

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

JDots, Java Dynamic Object Tree Software JDots, Java Dynamic Object Tree Software. A library/framework to create a dynamic tree of Java objects, for active method communication/propagation. Java implementation of the BEAST project.


Platforms: Windows, Mac, Linux

License: Freeware Size: 154.52 KB Download (52): JDots, Java Dynamic Object Tree Software 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: 468

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

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 462

Java Log Search (JLS) The Fastest Desktop search ever! replacement for:( foobar2000 search, google desktop, windows search) Java Log Search Indexes a directory in linear time and then allows you to search it in logarithmic time.


Platforms: Windows, Mac, Linux

License: Freeware Size: 39.45 KB Download (51): Java Log Search (JLS) 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.907

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

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 360

Newster: The Java Binary News Assembler Newster is a binary news retrieval tool written in java.


Platforms: Windows, Mac, Linux

License: Freeware Size: 76.62 KB Download (43): Newster: The Java Binary News Assembler Download

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

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: July 02, 2013 | Visits: 349

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

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: 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.424

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: December 19, 2012  |  Added: December 19, 2012 | Visits: 355

DiscSpy Java application using tree map algorithms to visualise disc space usage. Lets find forgotten large 'space-eaters' files in an easy way.


Platforms: Windows, Mac, Linux

License: Freeware Size: 834.07 KB Download (49): DiscSpy Download

Added: June 13, 2006 | Visits: 2.286

AeroTags Search Expert Create a unique search tool based on JavaScript for your website to make it more usable. You don't need any server-side scripts to use it. The program can index HTML, PHP, ASP, RTF and text files. You can control the page ranking: more relevant pages will appear first. Page inclusions enable you...


Platforms: Windows

License: Shareware Cost: $59.85 USD Size: 552 KB Download (436): AeroTags Search Expert Download

Added: January 21, 2010 | Visits: 1.100

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: August 07, 2010 | Visits: 873

Itzam/Java Itzam/Java project is a pure Java reimplementation of the Itzam embedded database engine, and it is 100% interoperable with files created by Itzam/Core. Since Itzam/Core is the basis of wrappers written in languages such as C++ and Python, Itzam/Java is compatible with those language libraries...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (88): Itzam/Java Download

1 2 3 4 5 >