Hello I need some ideas about programing the following Java program that simulates the basic functioning of the Unix operating system such as cd ,mkdir ,ls ....)
Unix
Collapse
X
-
The File class does a lot for you already. Start there.Originally posted by mia023Hello I need some ideas about programing the following Java program that simulates the basic functioning of the Unix operating system such as cd ,mkdir ,ls ....)
kind regards,
Jos -
You \'ve mentioned some of the easier OS things to accomplish, but why? What is your task? What is your goal? What are you trying to do?Comment
-
Erm, the Unix filing system most certainly isn't implemented using a binary tree.Originally posted by mia023I want to use a linked structure version of a binary tree.
What exactly do you want? Do you want to experiment with binary trees?
kind regards,
JosComment
Comment