LBPHacker
LBPHacker
224 / 8
27th Dec 2018
3rd Aug 2021
This is a sorting algorithm demonstration tool. I made this because I wanted to end the year with a fun save. Don't give me that look, yes, I find this incredibly fun! :P My absolute favourite is Heapsort, despite the fact that it's not a stable sort.
computer subframe sorting algorithm r216k2a z2tags z1more z0no z4everyone z3thanks

Comments

  • krzys
    krzys
    30th Dec 2018
    not working.
  • LegenDUST
    LegenDUST
    30th Dec 2018
    Ah, Technology.
  • den_koshkin
    den_koshkin
    30th Dec 2018
    Excellent job!!!
  • Jessen
    Jessen
    30th Dec 2018
    WOW FANTASTIC
  • LBPHacker
    LBPHacker
    30th Dec 2018
    @R33sesK1ng: Ohhh I see your problem now. Yeah, you have to shuffle the dataset before you can sort it. The only algorithm that makes a big enough mess to be seen even when the input is sorted is Heapsort; the rest leave a sorted input mostly alone.
  • himeman
    himeman
    30th Dec 2018
    the shuffle doubles as a bogo sort
  • powderpowder1000
    powderpowder1000
    30th Dec 2018
    where is bogo sort?
  • R33sesK1ng
    R33sesK1ng
    29th Dec 2018
    wait, wait, wait... when I pressed "shuffle", the number panel below actually moved, but when I pressed "bubble sort" nothing moved... This raises, again, the question; What is meant to be happening after having pressed certain buttons?
  • R33sesK1ng
    R33sesK1ng
    29th Dec 2018
    Oh, ok, now it works... my apologies. This was only an issue for me a few days ago... now it seems to work.
  • R33sesK1ng
    R33sesK1ng
    29th Dec 2018
    Nothing even seems to move over the below number panel of numbers 1-35. Is there not meant to be anything visual, or is there some type of step missing?