Saranya Suresh
Saranya Suresh
  • 80
  • 649 922

วีดีโอ

Stack Implementation Using Linked Lists
มุมมอง 712 ชั่วโมงที่ผ่านมา
Stack Implementation Using Linked Lists
Stack Implementation Using Array - Advantages, Disadvantages and Applications
มุมมอง 112 ชั่วโมงที่ผ่านมา
Stack Implementation Using Array - Advantages, Disadvantages and Applications
Stack Implementation Using Array
12 ชั่วโมงที่ผ่านมา
Stack Implementation Using Array
Deleting an Element from the Priority Queue
มุมมอง 212 ชั่วโมงที่ผ่านมา
Deleting an Element from the Priority Queue
Inserting an Element into the Priority Queue
มุมมอง 212 ชั่วโมงที่ผ่านมา
Inserting an Element into the Priority Queue
DEQUE (Double-Ended Queue) - Insertion Operation
มุมมอง 712 ชั่วโมงที่ผ่านมา
DEQUE (Double-Ended Queue) - Insertion Operation
Circular Queue - Dequeue / Deletion Operation
มุมมอง 112 ชั่วโมงที่ผ่านมา
Circular Queue - Deletion Operation
Circular Queue - Enqueue / Insertion Operation
มุมมอง 512 ชั่วโมงที่ผ่านมา
Circular Queue - Insertion Operation
Circular Queue - Introduction
มุมมอง 1712 ชั่วโมงที่ผ่านมา
Circular Queue - Introduction
Queue Implementation Using Linked List
มุมมอง 1712 ชั่วโมงที่ผ่านมา
Queue Implementation Using Linked List
Queue Implementation Using Array
มุมมอง 1012 ชั่วโมงที่ผ่านมา
Queue Implementation Using Array
Types of Queue Data Structure
มุมมอง 412 ชั่วโมงที่ผ่านมา
Types of Queue Data Structure
Hiring Problem Using Randomized Algorithm
มุมมอง 3521 วันที่ผ่านมา
Hiring Problem - Deterministic and Randomized Algorithm
Maximum Subarray Sum using Kadane's Algorithm
มุมมอง 721 วันที่ผ่านมา
Maximum Subarray Sum using Kadane's Algorithm
Maximum Subarray Sum using Divide and Conquer Method
มุมมอง 921 วันที่ผ่านมา
Maximum Subarray Sum using Divide and Conquer Method
Max subarray Sum - Bruteforce Method
มุมมอง 921 วันที่ผ่านมา
Max subarray Sum - Bruteforce Method
Strassen’s Matrix Multiplication - Divide and Conquer Method
มุมมอง 6021 วันที่ผ่านมา
Strassen’s Matrix Multiplication - Divide and Conquer Method
Master's Theorem - Decreasing Function
มุมมอง 31หลายเดือนก่อน
Master's Theorem - Decreasing Function
Master's Theorem - Dividing Function
มุมมอง 15หลายเดือนก่อน
Master's Theorem - Dividing Function
Solving Recurrence Relations Using Substitution method 2
มุมมอง 11หลายเดือนก่อน
Solving Recurrence Relations Using Substitution method 2
Solving Recurrence Relations Using Substitution method1
มุมมอง 52หลายเดือนก่อน
Solving Recurrence Relations Using Substitution method1
Recurrence Relations - Introduction
มุมมอง 91หลายเดือนก่อน
Recurrence Relations - Introduction
Bubble Sort Algorithm - Example, Pseudocode and Time Complexity Analysis
มุมมอง 17หลายเดือนก่อน
Bubble Sort Algorithm - Example, Pseudocode and Time Complexity Analysis
Quick Sort Algorithm - Pseudocode and Time Complexity Analysis
มุมมอง 27หลายเดือนก่อน
Quick Sort Algorithm - Pseudocode and Time Complexity Analysis
Quick Sort Algorithm - Example
มุมมอง 34หลายเดือนก่อน
Quick Sort Algorithm - Example
Merge Sort Algorithm - Pseudocode and Time Complexity Analysis
มุมมอง 32หลายเดือนก่อน
Merge Sort Algorithm - Pseudocode and Time Complexity Analysis
Merge Sort Algorithm - Example
มุมมอง 22หลายเดือนก่อน
Merge Sort Algorithm - Example
Insertion Sort Algorithm - Example
มุมมอง 18หลายเดือนก่อน
Insertion Sort Algorithm - Example
Insertion Sort Algorithm - Pseudocode and Time Complexity Analysis
มุมมอง 15หลายเดือนก่อน
Insertion Sort Algorithm - Pseudocode and Time Complexity Analysis

ความคิดเห็น

  • @crickworld4201
    @crickworld4201 15 วันที่ผ่านมา

    Thank you miss❤❤❤

  • @pokzzgaming3800
    @pokzzgaming3800 15 วันที่ผ่านมา

  • @mr-talent2k
    @mr-talent2k 22 วันที่ผ่านมา

    I don't know this language 🤡😢

  • @subhamroy5619
    @subhamroy5619 23 วันที่ผ่านมา

    a=[5,7,9,13,32,33,42,54,56,88] z=88 low=0 high=len(a)-1 while low<=high: m = (low+high)//2 if a[m]==z: print("Found",a[m],"at position",m) break elif a[m]<z: low=m + 1 elif a[m]>z: high=m - 1 if low>high: print("Not Found") print("Crafted by: Subham Roy")

  • @rockygaming3663
    @rockygaming3663 23 วันที่ผ่านมา

    Mam we have to append with sign bit or 0??

  • @azazshaikh6986
    @azazshaikh6986 หลายเดือนก่อน

    Thank you so much maam

  • @sararohani-mh9rw
    @sararohani-mh9rw หลายเดือนก่อน

    Tanks🙏

  • @NoobieLearner
    @NoobieLearner หลายเดือนก่อน

    could have been better if it was little louder

  • @herambrallapally3051
    @herambrallapally3051 หลายเดือนก่อน

    thank you ma'am

  • @random.recite
    @random.recite หลายเดือนก่อน

    understanding 💯

  • @noorsabahat7025
    @noorsabahat7025 หลายเดือนก่อน

    ❤nice

  • @hiteshpatil8021
    @hiteshpatil8021 2 หลายเดือนก่อน

    maam apka to faan ho gaya

  • @Anima_Pandey
    @Anima_Pandey 2 หลายเดือนก่อน

    Excellent video ❤

  • @jadibamaniya9948
    @jadibamaniya9948 3 หลายเดือนก่อน

    Iske marks nhi milange.. 😝

  • @gautamtiwari6384
    @gautamtiwari6384 3 หลายเดือนก่อน

    finally found a good lecture aftere a long search... good one

  • @punith5937
    @punith5937 3 หลายเดือนก่อน

    Thank you soo much ma'am..

  • @user-mx3hk2kh3o
    @user-mx3hk2kh3o 3 หลายเดือนก่อน

    After watching so many videos of merge sort i understood this video thanks 😁

  • @HeinHtet-ef4hz
    @HeinHtet-ef4hz 3 หลายเดือนก่อน

    ❤ 0:12

  • @punith5937
    @punith5937 4 หลายเดือนก่อน

    Thank You Soo Much Ma'am

  • @punith5937
    @punith5937 4 หลายเดือนก่อน

    Thank You Soo Much Ma'am

  • @LordSarcasticVlogger
    @LordSarcasticVlogger 4 หลายเดือนก่อน

    *GAANDFAAD* EXPLANATION MAM! THANK YOU SO MUCH MADAM !!

  • @PIYUSHKUMAR-bg9sv
    @PIYUSHKUMAR-bg9sv 4 หลายเดือนก่อน

    Pura confusion ki dukan khol di h

  • @shruthichithu2153
    @shruthichithu2153 4 หลายเดือนก่อน

    How did u get the last answer u haven't explained it

  • @shruthichithu2153
    @shruthichithu2153 4 หลายเดือนก่อน

    Im not getting the verification ans for 2nd question

  • @shruthichithu2153
    @shruthichithu2153 4 หลายเดือนก่อน

    To cross verify the answer 297 answer should be represented in how many bits

  • @Srihari-yt
    @Srihari-yt 4 หลายเดือนก่อน

    How to add all for final answer?

  • @MR__BELIEVER__
    @MR__BELIEVER__ 5 หลายเดือนก่อน

    Actually not any of my teachers explained this algorithm this much beautifully. Thank you soo much maam. Keep posting videos like this. 🎉❤

  • @uraviravi5471
    @uraviravi5471 5 หลายเดือนก่อน

    really i understand very well thank you mam🤝

  • @Observer_ai
    @Observer_ai 5 หลายเดือนก่อน

    At the last step after multiplication how you add you didn't explain. Pls explain

  • @tathagatpradhan9610
    @tathagatpradhan9610 5 หลายเดือนก่อน

    How to multiply -2

  • @sabarimanikandan20
    @sabarimanikandan20 6 หลายเดือนก่อน

    Excellent explanation 🎉❤ thank you mam🎉❤

  • @user-pb2pb3ry6f
    @user-pb2pb3ry6f 6 หลายเดือนก่อน

    Thanks mam.. Hope you make more videos

  • @sahananarasannavar6972
    @sahananarasannavar6972 6 หลายเดือนก่อน

    u cleared all my problems, where many failed to do. thank u 😇😇😇

  • @runjalasivanghini6683
    @runjalasivanghini6683 6 หลายเดือนก่อน

  • @mr.moni7
    @mr.moni7 6 หลายเดือนก่อน

    it is too useful for me because tomorrow is my exam 🥲🥲🥲🥲

  • @rohitmandal4729
    @rohitmandal4729 7 หลายเดือนก่อน

    Thanku mam I understand bit pair algorithm for you❤❤❤

  • @user-pd8ju9uv2g
    @user-pd8ju9uv2g 7 หลายเดือนก่อน

    Ma'am at 10:38 you made a mistake at left shifting it's actually 001[] . Thanks for clarifying me the topic

  • @MurtazaKhan-pi5co
    @MurtazaKhan-pi5co 7 หลายเดือนก่อน

    good!

  • @anikettayde5597
    @anikettayde5597 8 หลายเดือนก่อน

    thank you amazing explanation

  • @just--simple
    @just--simple 8 หลายเดือนก่อน

    tmro is my exam i am watching this video today || thanks for this nice explanation mam.😀

  • @deptofcomputerscienceanden4717
    @deptofcomputerscienceanden4717 8 หลายเดือนก่อน

    Hi Iam roll number 94 from I1 Section. I have a youtube channal named Dept of CSE. If u r ok we can colaborate and make asome study videos. Looking forward to hear frm u!!!!!!!!! I will meet u in campus regarding THis!!!!!!!

  • @yours_madhu_here3905
    @yours_madhu_here3905 9 หลายเดือนก่อน

    Konchem slow gà cheppandi akka....Maree intha fast aa...😢2x lo chusinattundhi...🤷‍♂️kaani chala...Baga ❤️😋explain chesaaru...thank you So...much🌹thank uuu...madam....❤

  • @shubhampamecha9650
    @shubhampamecha9650 10 หลายเดือนก่อน

    What the difference between NRA AND Rd

  • @thejascpthejascp160
    @thejascpthejascp160 10 หลายเดือนก่อน

    Mam you did small mistake in last step

  • @suryas6837
    @suryas6837 10 หลายเดือนก่อน

    what if we have to add 1+1+1+1. How to write it ?

  • @waqarali-cz4nt
    @waqarali-cz4nt 10 หลายเดือนก่อน

    Great Explanation 😍

  • @vaishnavigannu8120
    @vaishnavigannu8120 11 หลายเดือนก่อน

    Do encourage her bro

  • @28_CSE_ShubhraKomal
    @28_CSE_ShubhraKomal 11 หลายเดือนก่อน

    Is this recursive one

  • @soniakp8366
    @soniakp8366 11 หลายเดือนก่อน

    Mind blowing explanation 😘

  • @manjulass7023
    @manjulass7023 11 หลายเดือนก่อน

    Very nicely explained mam TQ.....pls pls upload the videos of daa