Jump to content

Need help with a data structures assignment please

Go to solution Solved by R4STABAN,

I read the first little bit of it

You need to write a class for each new type of data structure.

Each of them will be a subclass of BST (keyword extends).

You then need to add new methods/override methods as appropriate.

Hi guys,

I am in a bit of trouble, I have a data structures assignment in JAVA due soon and I have no idea how to go about it (my java isn't great).

I would appreciate any help, clue, hint or anything.

I attached the assignment description to the post it is a pdf file.

Thank you very much in advance.

 

PS: it is a fairly long assignment so I understand if you guys don't have the time for it.

Link to post
Share on other sites

I read the first little bit of it

You need to write a class for each new type of data structure.

Each of them will be a subclass of BST (keyword extends).

You then need to add new methods/override methods as appropriate.

Link to post
Share on other sites

I read the first little bit of it

You need to write a class for each new type of data structure.

Each of them will be a subclass of BST (keyword extends).

You then need to add new methods/override methods as appropriate.

 

Yeah I understood that part I was just having a bit of trouble filling in the methods. thanks :)

First things first: do you understand what a Binary Search Tree is, and how it works?

Yes I understand what a Binary search tree is and how it works. thank you :)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×