john
john
JCHJava Community | Help. Code. Learn.
Created by john on 11/19/2024 in #java-help
Error in remove Node method in Java
No description
7 replies
JCHJava Community | Help. Code. Learn.
Created by john on 11/15/2024 in #java-help
AVL trees
I have a error in a Java AVL tree implementation. I'm not finding the error, its should be something about restructuring of the tree. Any help would be appreciated.
195 replies
JCHJava Community | Help. Code. Learn.
Created by john on 4/24/2024 in #java-help
Reading lines in a file, but not terminating
Hello, I did a code to iterate through a text file. I am doing it with Iterator<String>. The problem is when I run the code it doesnt terminate and shows mw new line each time. Normally also the lines that should be shown are shown, but I dont know where this new lines come, if my file has only a few.
74 replies