Posts by Marcelo K • 1 point
1 post
-
-1
votes1
answer52
viewsQ: How to create a function to display the largest numbers of a B tree in Java?
I have a question, how to make a function that returns the Knot with the highest value of a tree B that stores integers. I’m trying to adapt the ride code in order to try to return, but only returns…