This repository is not active
Unbreakable-Syntax/jumping_gnome_sort
My implementation of an optimized version of Gnome Sort in Java and Rust, that skips over sorted portions of the array when n is placed at the correct spot, I made this variant after investigating Gnome sort for a while.
Rust