Enter Keywords:
1 - 10 of 85(0 seconds)
Sort By:
 
Last one, I promise.... I have to do a lab for school.  I need help with making a binary search in a one-dimensional array that has been sorted using the bubble method.  i know about the first and...
Zones: PascalDate Answered: 02/15/1998 Rating: 7.6 Views: 0
What is lexicographic and reverse lexicographic ordering?
Zones: PascalDate Answered: 05/02/2003 Rating: 7.2 Views: 0
Hi, all, Can anybody provide rigorous proof or disprove for the following statement: "Consider an optimal binary search tree where each of the n nodes has a distinct key value Ki,i=1,2,...n, and ...
Zones: Math / Science, Probabili…Date Answered: 05/21/2004 Rating: 8.6 Views: 0
I may have this wrong. If I have a struct that represents in memory a field and key related to my binary file and I Want to search that struct for the existance of a record in the binary file t...
Zones: C++, CYGWINDate Answered: 10/08/2004 Rating: 8.4 Views: 0
1. There are 5 binary search trees for three keys. Assume that the probability for searching for one of the three Keys is p, q and r respectfully with p+q+r=1. The probability of an unsusuccessful ...
Zones: Math / Science, Probabili…Date Answered: 05/02/2006 Rating: 8.8 Views: 0
Hi guys 'n gals, I have been recommended to look into converting my existing bit of code into a "Binary Search", after checking this link: http://www.codeproject.com/useritems/Binary_Search.a...
Zones: C#Date Answered: 04/30/2007 Rating: 9.4 Views: 4
Hi, I have the following code for binary search.. How do I modify it to return the position for the first occurence of a number. For example, if there are two 10s, it should return position as 1...
Zones: C++Date Answered: 12/12/2007 Rating: 8.6 Views: 0
Hi, I'm trying to construct a binary search tree and traverse it using a pointer to a function who's formal parameter is Visit. Having some problems when i compile, I get error stack growth failur...
Zones: C++Date Answered: 08/22/1999 Rating: 7.4 Views: 0
I will give 75pts, and more if I can earn any, to someone who can give me some/all code for a binary search tree written in perl.  Mainly I need to get started with figuring out how to code a "Node...
Zones: PerlDate Answered: 12/01/2000 Rating: 6.6 Views: 0
How do I write a function that will take an array an turn it into a binary search tree using recursion?
Zones: C++, CYGWINDate Answered: 12/01/2000 Rating: 8.2 Views: 0