Bogo Sort: Background & Python Code

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 15

  • @XoIoRouge
    @XoIoRouge 6 років тому +29

    I came here to see Bogo Sort solve something.
    I left here finding a new channel with a fantastic video quality for coding. Time to learn python!

  • @subhambiswas7750
    @subhambiswas7750 6 років тому +6

    Good informative video for who need it

  • @TheXuxordis
    @TheXuxordis 6 років тому +7

    Awesome video!

  • @JohnDoe-bm5lp
    @JohnDoe-bm5lp 6 років тому +1

    thanks a lot for making these, I'm new to python and I try to recreate them by myself after watching

    • @BrianFaure1
      @BrianFaure1  6 років тому

      Nice! Let me know if you run into any issues or have any questions, hope you enjoy learning python as much as I did 😁

  • @Nilslos
    @Nilslos 5 років тому +6

    I just thought it would be really fun as a developer to include bogosort in another application using sorting, just to prank the users. There is just that one problem with it, that the users would think the application has hung up or is at least slow as shit (when more that 12 values shall be sorted) :D.

    • @BrianFaure1
      @BrianFaure1  5 років тому +4

      Imagine if Excel used bogosort lmao

    • @martysh1226
      @martysh1226 4 роки тому

      @@BrianFaure1 BRUH

  • @imvickykumar999
    @imvickykumar999 5 років тому +3

    Easiest algorithm to sort but time to complete is infinite...🔁

  • @xiubinzheng7
    @xiubinzheng7 5 років тому +1

    subbed.

  • @LastDemonAlive
    @LastDemonAlive 5 років тому +1

    Can you pass the source for some Bogo fun?

    • @BrianFaure1
      @BrianFaure1  5 років тому +3

      from random import shuffle
      def is_sorted(a):
      for i in xrange(1,len(a)):
      if a[i]

  • @nathnaeldereje5127
    @nathnaeldereje5127 2 роки тому

    Nice video , but please buy a new microphone

  • @skylordguy6861
    @skylordguy6861 4 роки тому

    Still beats bogobogosort