Clone the repo (ik yk)
git clone https://github.com/DVyadav2307/Sort-AnimateFX.git
Run the gradlew script file (permission maybe needed) into the Project root folder
cd Sort-AnimateFX
./gradlew run
let the gradle download its stuff. I should run after a while. In case of error, you may like to share it with me.
- Bubble Sort
- Selection Sort
- Insertion Sort
- Quick Sort
- Merge Sort
- Heap Sort