JAVA: Recusrion, Binary Search
I want to learn about Binary Search and Recursion but I'm confused on how to do it. I know that I also need arrays, Inheritance, Interface, etc for this program. I also know that this needs to be implemented into a lot of classes. So if you could figure out this program for me that would be great.
You will design the administration program for a veterinary office: This office attends to three different kinds of animals: Dogs, Birds, and Fish. You are to capture these with their respective classes. Each subclass of animals will have 5 different varieties. You are to define what those are for each kind of animal.
You should keep track, for every animal, the following information:
- Owner.
- Name of the animal.
- Age of the animal.
- Medical history: A list of diseases,and a status for each: current or past.
- A list of vaccinations, if applicable.
- Current appointments.
Appointments are their own entity, so this should captured with a class, containing date and time, and client.
You should also have a class for owners with information like name, address, and phone number.
Here's the functionality you must provide:
- See a list of all appointments, and change the status from outstanding to resolved. When an appointment is resolved, it is removed from the list.
- Search appointments by owner and by date.
- Search medical records by animal name, owner, and animal kind (like show all appointments for Dogs).
- From the screen of the record of a particular animal, check appointments, and add appointments.
- The whole registry can be saved and restored to/from a file.
For all the search functionalities you are to implement it using a recursive implementation of Binary Search. For the cases when more than one result can be returned, modify Binary Search to return all the elements satifying the criteria (instead of the first it finds). This modified version should still run in logarithmic time.
Bonus: provide a GUI interface. (You do not have to do this part if you do not want to I just thought it might be fun for whoever does this to code)
Let me know if you have any more questions regarding this program
View Answers
Ads
Related Tutorials/Questions & Answers:
Advertisements
Binary Search on array
Binary Search on array What requirement is placed on an array, so that
binary search may be used to locate an entry?
â?º The array elements must form a heap.
â?º The array must have at least 2 entries.
â?º The array must
binary search tree
binary search tree Construct a
binary search tree by inserting the following sequence of characters into an empty tree.
N O N L I N E A R D A T... for each algorithm.
get an item from the user and
search the level/levels
binary search tree
binary search tree Construct a
binary search tree by inserting words into an empty tree.
"cut your coat according to your cloth"
Visit the tree....
get a word from the user and
search the level/levels of that word.
refer split
JAVA: Recusrion, Binary Search
JAVA:
Recusrion,
Binary Search I want to learn about
Binary Search... it using a recursive implementation of
Binary Search. For the cases when more than one result can be returned, modify
Binary Search to return all the elements
Binary Search Tree
Binary Search Tree Question-1 ) Modify the BinarySearchTree class so that the iterators are fail-fast.Test your class with amain method ?
Question-2 ) Modify the BinarySearchTree class so that the BinarySearchTree objects
Binary Search Tree
Binary Search Tree Question-1 )
Modify the BinarySearchTree class so that the iterators are fail-fast.Test your class with amain method ?
Question-2 )
Modify the BinarySearchTree class so that the BinarySearchTree objects
binary search tree
binary search tree how can i make
binary search tree?
i want write a code that make dictionary with
binary search tree data structure.please help me...){
IsEmpty();
currentNode = find(root, number);
System.out.println("
Search
JavaScript Array Binary Search
JavaScript Array
Binary Search
The JavaScript
Binary Search becomes very useful in case of large Arrays.
The
Binary Search algorithm is used to handle
Binary search tree (insertion) urgent!!
Binary search tree (insertion) urgent!! Create a program to construct a
binary search tree consisting of nodes that each stores
an integer.... Assume a
binary search tree is constructed from the values 14, 35, 2, 3,
39
How to using Binary Search Array Java ?
How to using
Binary Search Array Java ? Hi,
I am beginners in Java... functions. The problem is that how to use
binary search array in Java. Please give any online reference show that i will implement the
binary search array in Java
binary search tree from text file
binary search tree from text file How so I go about constructing a
binary search tree from a text file, which has letters and numbers, which must be sorted and printed in ascending order.
E.g. Text file contents
3 apples pears
Binary Search in Java
Binary Search in Java is used to
search an element from an array. Programmers opt for
Binary search over linear
search when it comes to large numbers. It can... the answer "Not Found".
Following is the example of
Binary Search in Java:
import
How to create binary search tree using an array?
How to create
binary search tree using an array? hello people,
pls guide me on the topic above.
i have an string array, i want to make a
binary search tree based on data inside this array.
the array contains names of people
binary
binary Hi
I want to write a program in pascal that ask a user to input a decimal number and then return its
binary equivalent in the minimum number of bits required to repesent the number.
Thks
Binary tree
Binary tree a. Construct a method to implement a
binary tree using an array.
b. Implement the
binary tree to store numbers in sorted order
binary tree
binary tree can a
binary tree be implemented with out comparing...://www.roseindia.net/java/java-get-example/java-
binary-tree-code.shtml
http://www.roseindia.net/java/java-get-example/java-
binary-tree-insert.shtml
binary tree
binary tree how to count no. of nodes in a
binary tree for mlm if it complet tree or incomplet tree in php using mysql db
octal to binary
octal to binary i want to know how to convert a octal to
binary number
Here is a java example that converts octal to
binary.
import...
binary=Integer.toBinaryString(i);
System.out.println(
binary
program binary
program binary Hi
I want to write a program in pascal that ask a user to input a decimal number and then return its
binary equivalent in the minimum number of bits required to repesent the
number.
In pascal language please
ModuleNotFoundError: No module named 'binary'
ModuleNotFoundError: No module named '
binary' Hi,
My Python... '
binary'
How to remove the ModuleNotFoundError: No module named '
binary'... to install padas library.
You can install
binary python with following command
search
search how to develop
search box and how to retrive data from database..
Please visit the following link:
Search box