Android Implementing and Visualizing a Sorting Algorithm with Animations - Android Studio Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 10

  • @saeednoshadi3922
    @saeednoshadi3922 ปีที่แล้ว

    I just came across your channel. Your teachings are special, please continue with strength❤

  • @pablomolina9452
    @pablomolina9452 ปีที่แล้ว +1

    please continue making videos like this one!

  • @xbulletboi563
    @xbulletboi563 ปีที่แล้ว +2

    Love your videos bro, they're really up to date and specific topics. Keep going!

  • @rollebonmarquis7574
    @rollebonmarquis7574 ปีที่แล้ว

    Thanks for this wonderful video.
    I think I've noticed a small mistake in the bubble sort algorithm. It seems not to do the last iteration needed - to compare the first two items.
    So, this is an example list where the problem appears:
    val list: List = listOf(
    148, 144, 78, 46, 51, 82, 121, 96, 41
    )
    The problem seems to be fixed if change the while loop in the alg. to:
    while(listSizeToCompare>=1){ } //
    Haven't tested it thoroughly though...

  • @pauloCosteira
    @pauloCosteira ปีที่แล้ว

    Amazing, I`d like see another algorithm

    • @kapps7407
      @kapps7407  ปีที่แล้ว +1

      Merge sort will come today 😇

  • @md.shamimhossain8510
    @md.shamimhossain8510 ปีที่แล้ว

    Please make more videos about algorithm

  • @ajeetgiri7753
    @ajeetgiri7753 ปีที่แล้ว

    Please help me🙏
    How can I update code to achieve following
    I want to show new array after each iteration of outer loop and want to continue sorting in that array till the array completely sorted.

  • @055_tusharlad7
    @055_tusharlad7 ปีที่แล้ว

    Can I do the animation in the XML file?