Insertion Sort - Sorting Algorithm - Python - Data Structures & Algorithms - Tamil

#codemeal #python #datastructures #algorithms #dsa #code #array #insertion #sorting #sortingalgorithm #Insertionsort #tamil
Telegram Channel Link: t.me/+Ke4sBDxlzGcxMTZl
Instagram: code_meal?...

Пікірлер: 18

  • @rocklinks
    @rocklinks8 ай бұрын

    Thanks bro i dont know about your channel but google bard recommended your channel Complete Python DSA Video podunga bro youtube la full ah tamil video illai

  • @noone-fp3ft
    @noone-fp3ft6 ай бұрын

    Thalaivaree Rombaa Nandrii Thalaivareyyyyyy , Lub U Vro

  • @dineshkumarganesan7658
    @dineshkumarganesan7658 Жыл бұрын

    nalla detail ah ithe maari video podunga, romba nandri I was searching for a tamil channel like this you know..

  • @codemeal

    @codemeal

    Жыл бұрын

    Thanks bro ✨️

  • @SherlockHolmes-rt5ep
    @SherlockHolmes-rt5ep2 ай бұрын

    Hey super nanba :)

  • @rk.sparkles7212
    @rk.sparkles72123 күн бұрын

    we can also do like this la !!! #insertion sort x=[7,1,5,3,0,4,2,6,-1] for i in range(1,len(x)): for j in range(i-1,-1,-1): if x[j]>x[i]: x[i],x[j]=x[j],x[i] i-=1 print(x)

  • @Surendran.sBscIT
    @Surendran.sBscIT3 ай бұрын

    Bro entha company bro neega

  • @dhilipkumar4394
    @dhilipkumar4394 Жыл бұрын

    Queue concept cover pannuga bro

  • @codemeal

    @codemeal

    Жыл бұрын

    Sure bro next athan

  • @mrak2728
    @mrak2728 Жыл бұрын

    Thala va thala va thala

  • @codemeal

    @codemeal

    Жыл бұрын

    😂🤩❤️

  • @subalakshmip7847
    @subalakshmip784711 ай бұрын

    Bro quick sort merge sort podunga

  • @codemeal

    @codemeal

    11 ай бұрын

    Hi, sorry laptop service ku kuduthiruken 10 days aahum, athuku apram videos continuous ah podren,, Really Sorry

  • @nivejai4895
    @nivejai4895 Жыл бұрын

    Hi ...thanks for the content.i have been searching data structures with python but not satisfied. neenga clear ah explain pannuringa thanks

  • @codemeal

    @codemeal

    Жыл бұрын

    Thank you

  • @user-rt7ix6bs9y
    @user-rt7ix6bs9y12 күн бұрын

    guys who don't understand the above code use this arr = [7,1,4,5,3,2] for i in range(1, len(arr)): curr = arr[i] for j in range(i, 0, -1): if arr[j - 1] > curr: arr[j] = arr[j - 1] else: arr[j] = curr break else: arr[0] = curr print(arr)

  • @Vinu_Anbarasan
    @Vinu_Anbarasan Жыл бұрын

    Bro Nenga romba clear ah soli kudukuringa It's be perfect Thank you And I messaged u in Instagram regarding some doubts Please consider that And the telegram link is not applicable Please recheck

  • @codemeal

    @codemeal

    Жыл бұрын

    Sure check pandren. Thank you so much