Skip to content
View Unbreakable-Syntax's full-sized avatar
  • Joined Sep 25, 2024

Block or report Unbreakable-Syntax

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. cocktail_twister_sort cocktail_twister_sort Public

    My implementation of Cocktail Twister Sort in Java and Rust, a variant of Cocktail Shaker Sort that sorts from both ends of the array simultaneously during each iteration.

    Java 3

  2. jumping_gnome_sort jumping_gnome_sort Public

    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 …

    Rust 1

  3. sound-of-sorting sound-of-sorting Public

    Forked from bingmann/sound-of-sorting

    The Sound of Sorting - "Audibilization" and Visualization of Sorting Algorithms

    C++