Hi all,
I have been working on a sorting algorithm that is animated similarly to how the YouTube videos do it in the terminal.
I've finally implemented the display, animation and bubble sort algorithm, I was hoping you guys could do a code review as I am still learning Java
Find it here: https://github.com/jacoboneill/learning-programming/tree/main/practice-projects/sorting-algorithm-visualiser-tui
Jacob