Category Archives: algorithms

Sorting Java Array in 1 Loop (Psuedo Sorting) AP Java Prep

So  ..our student , Jeff was trying to write an method that sorts an array of ints  , called [crayon-661e206c42672748579865-i/] , using a single loop. He wrote the code below:. Download code .   Here you can download a powerpoint with a step by step visual explanation. So, was Jeff successful? When this code is run, will the method return … Continue reading Sorting Java Array in 1 Loop (Psuedo Sorting) AP Java Prep →

5 Gifs to Understand Binary Search Trees

Gif #1 Gif #2 : Binary Search Tree from Sorted Array  Gif #3 How insertion into a binary search tree (BST) works     Gif #4 : Degeneration of Binary Search Tree Demonstration   Gif #5 is coming …