Golang Bubble Sort - Golang Algorithms

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

КОМЕНТАРІ • 31

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

    📝Get your *FREE Golang Cheat Sheet* -
    golangdojo.com/cheatsheet

  • @jayadky5983
    @jayadky5983 2 роки тому +18

    Keep making more Algorithms and Data Structures videos. These will help us a lot💪

  • @valentinemadu8595
    @valentinemadu8595 2 місяці тому

    hello from the future....this channel is the best!

  • @adityatripathy1201
    @adityatripathy1201 2 роки тому +6

    you could have just used syntax like the following :
    arrayName[i] , arrayName[j] = arrayName[j] , arrayName[i]

  • @codelinx
    @codelinx Рік тому

    I love the golang algos. The amount of quality resources for this is not nearly course to any other major language. Also a video on algos to learn and a path would be greatly appreciated.
    Awesome videos.

  • @sasipraveen5257
    @sasipraveen5257 2 роки тому +3

    Yes, please give us more Algo ❤

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

    Great Work. My only suggestion would be explain in detail after you have completed the algorithm. I know you broke it down in the beginning, but what works for me, is then walking through it one last time to see how everything is verified as it moves through the program at a low level. Love the content. Keep it up.

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

    Great video. We need more algorithms tutorials. Also, there is a builtin package for this in the Go Standard Library. Now I know how it works.

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

    I use Dart to code and I love what you are doing, please keep making more Algorithms and Data Structures videos, I really need it

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

    It would be an honor for you to cover all data structures and algorithms concepts in Golang 💥💥💥 most of them out there are just too pythonic. Big thanks

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

    I don't know if you've done it in the past but maybe a video about all the varibel type and data structures (such as map, array and slice) would be very beneficial for newcomers and as a reference to many people.
    Love your channel and keep up with the great work!

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

    heapsort for the next video

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

    New subscriber to your wonderful channel, just here to say thank you, your videos are extremely helpful.

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

    make more data structures and algorithms videos !!! Love your channel

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

    keep making algorithm and data structure videos.

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

    Please keep making Data Structures and Algorithms videos in Go 💯

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

    You can swap without temp by bits operation

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

    The next video must be about merge sort

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

    We need DSA videos everyday please 🥺

  • @kovlabs
    @kovlabs 2 роки тому +1

    i would have used pointers to structures...but thats just me

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

    I was confused as to why the `swap` func was mutating the slice since it's not being give a pointer (*[ ]int). Then I remembered that slices are pointers to arrays.

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

    More of DSA in golang please

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

    I think its a mistake concentrating on algorithms and data structures that are external to GoLang. I think you should consider doing a series of videos on slices and really exploring what can be done with this built in data structure. The whole of GoLang is stitched together with slices and the language provides some handy slice functionality that needs to be understood before you can really unlock Go's potential..
    Generics is another field that should be revisited. Right now GoLang has very little 'best practices' when it comes to generics so the developer should have a good understanding of what's available and what the consequences are of certain choices.

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

    what's new in go1.18.4 ?

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

    maybe a continuous loop till all good would be less code

  • @dsha256
    @dsha256 2 роки тому +1

    Algorithms should't be tougth without space and time complexity review.

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

    this buble sort always be n^2

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

    Bubble sort 🤮