Micheal Kenny

Greenhorn
+ Follow
since Nov 17, 2017
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Micheal Kenny

How can I get my showAll() method to print out all student records because as it stands it only print out one student record and the rest of the records are printed as null which is not what I want. Also, how can I get my fetch method to actually print a student record based on just the string parameter I input into that method. Here is my code so far.





6 years ago
If I have binary search tree data structure, how could implement as a linked based structure with the  code I have below ( I am open to all suggestions!):

6 years ago