Sorting in Java | Bubble Sort, Selection Sort & Insertion Sort | Java Placement Course

Поделиться
HTML-код
  • Опубликовано: 23 окт 2024

Комментарии • 643

  • @darklord_who3630
    @darklord_who3630 10 месяцев назад +66

    i am in 10th. i had always had interest in coding so when we were given an option between computer nad commers i chose computer but all the coaching classes gave us some program to LEARN and never taught us how to actually write a code. i'm glad i found this channel

    • @iam._.ruppi3
      @iam._.ruppi3 5 месяцев назад +1

      so trueee

    • @alien3200
      @alien3200 3 месяца назад +5

      Ok but who asked

    • @darklord_who3630
      @darklord_who3630 2 месяца назад +3

      @@alien3200 then again, who was telling you ?

    • @alien3200
      @alien3200 2 месяца назад

      @@darklord_who3630 ofc you 😂

    • @alien3200
      @alien3200 2 месяца назад +3

      @@darklord_who3630 clearly you because you wrote that comment

  • @letscelebrate9696
    @letscelebrate9696 2 года назад +37

    Because of u Mam I have got job in Wipro...Thanku for ur videos ...Please add videos...love u

  • @_crazy_editzz07
    @_crazy_editzz07 7 месяцев назад +58

    ICSE 10th student here . Thanks a lot it really helped me

    • @AtulSingh-wu6gh
      @AtulSingh-wu6gh 5 месяцев назад +4

      bhai itna padh ke kya karega mein ise 6 sem mein sikh raha hu

    • @_crazy_editzz07
      @_crazy_editzz07 5 месяцев назад +1

      @@AtulSingh-wu6gh ye icse k syllabus me h 🙂

    • @Manoj29122
      @Manoj29122 4 месяца назад +2

      ​@@AtulSingh-wu6ghbhai CSE 8th sem complete hua mera😅, abhi dekh Raha hun

    • @gamingwithmaharshi1.031
      @gamingwithmaharshi1.031 9 дней назад

      Yes

  • @tahirjanwari8775
    @tahirjanwari8775 Год назад +3

    Selection sort:-
    for (int i = 0; i < n-1; i++) {
    int minIndex = i;
    for (int j = i+1; j < n; j++) {
    if (input[j] < input[minIndex]) {
    minIndex = j;
    }
    and then swapping logic

  • @satyakiacharya9211
    @satyakiacharya9211 2 года назад +38

    Thank You, Ma'am, this proved to be very helpful. You explained it so well that now my concepts are crystal clear and I am fully geared up for my board exam 2023.

  • @abelsmailettu6115
    @abelsmailettu6115 7 месяцев назад +210

    A day before ICSE BOARD EXAM 2024 😅

  • @rashmisrivastava572
    @rashmisrivastava572 2 года назад +80

    Best video... For class x ICSE

  • @shwetanksudhanshu4383
    @shwetanksudhanshu4383 2 года назад +19

    Great explanation..very nicely explained using the diagrams..it gets very easy when you understand at high level and then write down the same through code..Thankyou so much for your effort.

  • @MayankKumar-ig7uh
    @MayankKumar-ig7uh 2 года назад +52

    I am in ICSE Board class10th student and this sorting are coming in board exams.Thank you didi for this video.

    • @musica.s.p.a.c.e
      @musica.s.p.a.c.e Год назад +7

      Me too I'm surprised that she says about interview and all and we are doing this in class10 😉

    • @kailaskarpe114
      @kailaskarpe114 Год назад

      Same here

    • @shenmeu8900
      @shenmeu8900 Год назад

      Same bro I’m feelings great 🔥

    • @RaviPandey-ng8ub
      @RaviPandey-ng8ub Год назад +6

      Tumkog ko dekh kar mai chota fill kar raha hu kyu ki mai btech ka student hu. 😂😂😂😂😂😂😂

    • @dreamiit1661
      @dreamiit1661 Год назад +1

      ​@@RaviPandey-ng8ubsame vai 🙃

  • @muzammilansari381
    @muzammilansari381 Год назад +344

    Bubble Sort - 2:05
    Selection Sort - 16:04
    Insertion Sort - 25:26

  • @SG15SEP
    @SG15SEP Год назад +27

    I am a class 11th student and I was a little confused these 3 sorting and I have my half yearly examination tomorrow.
    Now I have understood so thank you ma'am 🙏🙏
    Well I also invented my own way to sort an array 🤏😎✌️

  • @nitubhuwalka9620
    @nitubhuwalka9620 2 года назад +14

    ISC student here...thank you didi you are helping 12th students too

  • @aaryan0030
    @aaryan0030 Год назад +25

    My monthly test is tomorrow a big thank you to you ma’am i was confused about bubble sort 🙂

  • @leetcode7091
    @leetcode7091 2 года назад +23

    Wow Such a great way of explanation. Very thanks for uploading such helpful learning videos. Appreciate it.

  • @abhinavfzr
    @abhinavfzr 2 года назад +14

    Awesome explanation I am already software Engineer but this video helps me lot...

    • @nikhilreddypolu
      @nikhilreddypolu Год назад

      in which language do you code

    • @abhinavfzr
      @abhinavfzr Год назад

      @@nikhilreddypolu Java

    • @pnprashant671
      @pnprashant671 10 месяцев назад +1

      @abhinavfzr Bhai, kindly explain me why she again wrote for loop in printArray function on top?

  • @aaradhaysaini
    @aaradhaysaini 7 месяцев назад +9

    Hey , I am in Class 10th ICSE and I am glad to see that the java which we are learning in schools are in placement prep.
    BTW My computer exam is near.

    • @thesaurabh9289
      @thesaurabh9289 7 месяцев назад +1

      Same😅😅

    • @Topwalsden
      @Topwalsden 7 месяцев назад +4

      Not near it is just tomorrow 😂

    • @ComplexPerson-kl4lx
      @ComplexPerson-kl4lx 7 месяцев назад

      BROO ISKE BAAD STRING HANDLING BHI KRNA HAII

    • @menaalxx
      @menaalxx 7 месяцев назад

      Kitna ho gaya tumlog ka ?

    • @alien3200
      @alien3200 3 месяца назад

      Who asked btw?

  • @creativeworldstudio78
    @creativeworldstudio78 2 года назад +1

    And yaa what a name
    APNA COLLEGE
    IT STANDS FOR YOUR WORK

  • @abinashsethi7118
    @abinashsethi7118 2 года назад +22

    I think it is well explained here but if you will show the matrix after each and every iteration then the visualization must be clear

  • @gedelasivakrishna
    @gedelasivakrishna Год назад +11

    The concept may be tricky but when shradha didi explains, It becomes a cakewalk : )

    • @rdxdevil5083
      @rdxdevil5083 5 месяцев назад +1

      really i even did not understand any topic clearly

  • @prathamshrivastava7718
    @prathamshrivastava7718 2 года назад +2

    Can uhh please complete this playlist by adding all the rest of the videos...cz its quite difficult to wait no. Of days for a new video to be uploaded....hope you'll look after it.
    And these videos are awesome

    • @bukhari4148
      @bukhari4148 Год назад

      Can u plx explain quick sort also?

  • @shreyanshsingh1814
    @shreyanshsingh1814 Месяц назад

    more easy selection short
    for (int i=0; I

  • @itzkapil9297
    @itzkapil9297 2 года назад +3

    These techniques take time to learn, Is this little bit hard or Is it only me who's feeling this...
    Answer please...
    Humble request....🙏🙏

  • @SURAJSINGH-to4pr
    @SURAJSINGH-to4pr 2 года назад +7

    Mam.. please provide further videos of this playlist ....as quickly as possible

  • @sonalsharma2186
    @sonalsharma2186 7 месяцев назад +1

    Thankyou so much maam my mind was frustrated at not understanding it at first but you made it so easy..

  • @usernamecopied6726
    @usernamecopied6726 2 года назад +6

    Hey Man ..!! Her Attitude ,her Confidence, the way she speaks and represent herself exactly matches with our Aman Bhaiya .
    and yeah I liked it !!

    • @Uzairff324
      @Uzairff324 2 года назад

      who is aman bhayya

    • @AB-wn2gc
      @AB-wn2gc 2 года назад

      @@Uzairff324 the owner of this channel

  • @pranshupatel3338
    @pranshupatel3338 Год назад +2

    sach me kitni acchi padaiti hai mam ek ek chiz samjh aa jata hai

  • @heptanegaming5191
    @heptanegaming5191 2 года назад +13

    Mam i dont understand insertion and selection please upload another simpler way of those two

  • @kanavgilhotra4456
    @kanavgilhotra4456 2 года назад +5

    dude u r very confident in speaking.

    • @akr....
      @akr.... 5 месяцев назад

      dude?

  • @pavan20094u
    @pavan20094u Год назад +2

    "Absolutely blown away by the incredible way you've explained this! 🌟 Your approach is beyond awesome and made the topic so much easier to grasp. Thanks Shradha

  • @deepakdubey808
    @deepakdubey808 2 года назад +7

    It's pleasure to learn from you mam 🙏🙏🙏

  • @raj-yz9zx
    @raj-yz9zx 2 года назад +3

    Please make One-Shot videos on :
    DBMS
    CN
    OS

  • @prikansiyadav436
    @prikansiyadav436 2 года назад +11

    Explanation was really amazing 👍❤️

  • @Rohan-ww4cw
    @Rohan-ww4cw 2 года назад +2

    Thanks for this video
    This video will help me in future because currently I am learning c programming.
    Di please if it possible so please make the videos upon C programming also.

  • @harishbhatt901
    @harishbhatt901 2 года назад +3

    Thank you for these videos
    We all follow your courses
    Love from Far Western University
    Nepal

    • @bishalagnihotrisah1487
      @bishalagnihotrisah1487 2 года назад

      Bro yo playlist ma java ko purai course cover gare ko xa Ra??
      If xa vane ma padhna suru gardinthe

  • @aboombalakaka2045
    @aboombalakaka2045 Год назад +1

    Very well explained. I will thank you for my next hundred in computer. ❤❤

  • @MamtaJaiswal-o6i
    @MamtaJaiswal-o6i Месяц назад +1

    Great explanation 🤩Plz di advance java par bhi video banaiye

  • @harininaga
    @harininaga 2 года назад +3

    Suniye, exceptions handling ka topic bataya kya didi ne?

  • @ankurarya4293
    @ankurarya4293 2 года назад +27

    NOTE :: SELECTION SORT || DO NOT SWAP VALUES USING XOR OPERATOR HERE (when both indexes are same, value at this index will become zero and it won't sort properly)

    • @aniruddhadas9627
      @aniruddhadas9627 9 месяцев назад

      that's why I'm thinking why using Xor operator my values are coming 0

  • @tahashaikh7523
    @tahashaikh7523 2 года назад +13

    Its very Helping to understand Every concepts in Java in Your All Videos.

    • @rdxdevil5083
      @rdxdevil5083 5 месяцев назад

      really i even did not understand any topic clearly

    • @alien3200
      @alien3200 3 месяца назад

      English sikh le dadu

  • @saikumargoud3257
    @saikumargoud3257 Год назад +1

    Thank you shradha did really helped me to Crack interview.

  • @LikhitaAcharya
    @LikhitaAcharya 10 месяцев назад

    amazing learning with you mam as well im at 16th lecture and will be consistent further the whole course and here now im confused with insertion sort the code seems to be bit complicated verbally understood but not the code why how to use.

  • @shobhit6680
    @shobhit6680 2 года назад +13

    Im in class 10 ICSE And i have taken CS In My Secondery Subject and im watching your videos from past 2 years and i have learned java+dsa and following your tips i can literally give an job interview and im sure i will be qualified big fan

    • @adriboy01
      @adriboy01 2 года назад +2

      You learned Java + DSA in 10th grade? Are you kidding me

    • @shobhit6680
      @shobhit6680 2 года назад +2

      @@adriboy01 No I Am Not Kidding

    • @adriboy01
      @adriboy01 2 года назад +1

      @@shobhit6680 Damn I mean that's great

    • @speedypatel2905
      @speedypatel2905 2 года назад +2

      @@adriboy01 exactly!! I was also like damnn😂

    • @adriboy01
      @adriboy01 2 года назад +2

      @@speedypatel2905 Aur yaha 3rd year mei DSA ka kuch yaad nahi aa raha merko lol

  • @gunnammahesh239
    @gunnammahesh239 7 месяцев назад +1

    Good explanation with sweet expression 😊

  • @gauravpalkar3885
    @gauravpalkar3885 Год назад

    I was checking bubble sort , you wrote display array method and I thought it’s done. I paused video and started checking program and got stuck with logic as you had written I instead j while swapping. Then started video again and you corrected your mistake 😀

  • @k283535
    @k283535 2 года назад +2

    2:45 clap clap for the apni team heatly

  • @kedarkotkunde6592
    @kedarkotkunde6592 Месяц назад

    i really enjoy your all the sessions, so useful

  • @abhinavchary3437
    @abhinavchary3437 2 года назад +2

    Please make videos to crack appitude online exams and interviews...

  • @Brixdorf
    @Brixdorf 12 дней назад

    mam kya baat hai. aag laga di. but inserion sort main j-- ka role jara ache se explain kar deti to aur acha hota.

  • @farmashikiragni596
    @farmashikiragni596 2 года назад +3

    Aapna college is one of the best chanell for study programing language ❤️❤️❤️

  • @rajanpoudel7980
    @rajanpoudel7980 2 года назад +31

    //I think this should work too in insertion sort( did it myself)
    int[] arr = { 9, 1, 8, 2, 7, 3, 6, 4, 5, 0 };
    for (int i = 1; i arr[current - 1]) {
    int temp = arr[current];
    arr[current] = arr[current - 1];
    arr[current - 1] = temp;
    current--;
    }
    }
    printarr(arr); //it just a function to print final array
    //printarr function(paste outside main function)
    public static void printarr(int arr[]) {
    for (int i = 0; i < arr.length; i++) {
    System.out.print(arr[i] + " ");
    }

    • @biswajit07
      @biswajit07 2 года назад +12

      We don’t perform the swapping every time because if your inner loops run for n times, you will unnecessarily be swapping for n times which will be inefficient especially when n is very very large. Otherwise your code is right. We can do it even that way. However it won’t be as efficient as the conventional one.

    • @norendermoody6509
      @norendermoody6509 Год назад

      The time complexity in your code will be greater

    • @khutheibamakhter
      @khutheibamakhter Год назад +1

      you forgot another condition in the while loop to check if condition value is still greater than zero

  • @chess_champion3183
    @chess_champion3183 2 года назад +2

    I like your teaching style Didi.

  • @sjcreation5817
    @sjcreation5817 2 года назад +1

    Didi apki teaching super...

  • @sapnanaz-m4l
    @sapnanaz-m4l 8 месяцев назад

    Mam your teaching type is best with Hindi ❤❤

  • @tulsishetty7850
    @tulsishetty7850 7 месяцев назад +2

    Amplify learning and apna college should collaborate together

  • @amankumaryadav2551
    @amankumaryadav2551 2 года назад +3

    Helpful for school students also thank you mam

  • @mohdrezwankhan2791
    @mohdrezwankhan2791 2 года назад +15

    This code is easy to understand as compared to the code explained in the video for Insertion sort.
    // Insertion sort
    for(int i=1; i0 && arr[j-1]>arr[j])
    {
    int temp = arr[j-1];
    arr[j-1] = arr[j];
    arr[j] = temp;
    j--;
    }
    }

    • @khutheibamakhter
      @khutheibamakhter Год назад +1

      here you are overwriting temp value as many times as while loop runs . but in the video , temp/current variable only once. so a better program.

    • @rizwanclothingstore9658
      @rizwanclothingstore9658 Год назад

      I know you learn from smart programming channel

  • @prathmeshsingh9699
    @prathmeshsingh9699 2 года назад +1

    Thank you so much madam for making my concepts clear

  • @sarantejagembali
    @sarantejagembali Год назад +1

    i love your teaching skills

  • @snehaks8462
    @snehaks8462 2 года назад +1

    Hey! Could you please upload a video on Pega software and on why it's gaining popularity in recent times.

  • @ashraybajaj1492
    @ashraybajaj1492 Год назад +2

    very fast n furious explanation all gone in air

  • @shaikhasifmahebub9460
    @shaikhasifmahebub9460 2 года назад +1

    Thanks didi for your guidence
    Aur bhi jaldi jaldi video dalo please

  • @smitapatil4176
    @smitapatil4176 2 месяца назад

    you’re just amazing di❤ thank you so much ☺️

  • @YesicaHollinger
    @YesicaHollinger Месяц назад

    I appreciate your efforts! 🙏 Need some advice: 🙏 I have these words 🤨. (behave today finger ski upon boy assault summer exhaust beauty stereo over). What is this? 🤔

  • @dhruvasuraj09
    @dhruvasuraj09 2 года назад

    Jab aap bich bich me smile karte hain omg aap bahut achhi lgti hain 😎. Thanks fo......

  • @y3rdop478
    @y3rdop478 3 месяца назад +3

    Please provide solutions of previous class questions 🙏

  • @rishusingh428
    @rishusingh428 9 месяцев назад

    Thank you didi for easy explanation 🙏🏻🙏🏻

  • @hmstark
    @hmstark 2 года назад +1

    Lovved the explanation.

  • @aloksharma8334
    @aloksharma8334 Год назад +2

    Very great explanation thank you so much for such as videos.

  • @bholanathbagh9995
    @bholanathbagh9995 Год назад +1

    Dii aapne likha hai for(I=0 ;I

  • @AdolphoWendlandt
    @AdolphoWendlandt Месяц назад

    You're doing a fantastic job! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (air carpet target dish off jeans toilet sweet piano spoil fruit essay). How should I go about transferring them to Binance?

  • @uchihaPrincessSakura
    @uchihaPrincessSakura 2 года назад +1

    Nice explanation of all sorting algorithms di

  • @farzadkhan3813
    @farzadkhan3813 2 года назад +7

    Though I am a beginner in coding, still this video was really helpful for me. THanks!

  • @sudhirmahajan868
    @sudhirmahajan868 2 года назад +2

    Please upload video for Tim sort also

  • @continnum_radhe-radhe
    @continnum_radhe-radhe 2 года назад +18

    Inserting sort:. Completely bounce 😂😭🔥

  • @AK-GAMING-nf1qx
    @AK-GAMING-nf1qx 2 года назад +1

    Mujhe to 10 minute me smjh agya insertion sort 😃😃 notebook pe likh k try kro smjhne ka this is easy I am 16 year old if I can do you can toooooooo 🥰🔥😊 shraddha didi op

  • @digitmyindia705
    @digitmyindia705 Месяц назад

    This is 16 number of java course

  • @user-pw5ng5fc9p
    @user-pw5ng5fc9p Год назад +2

    @apnacollege Is this course enough to get placed in service based companies??

  • @suraj_77
    @suraj_77 2 года назад +7

    The Intro Beat🔥

  • @rupamghagare3721
    @rupamghagare3721 2 года назад

    thank you mam your video helps many student like me

  • @javaremastered
    @javaremastered 4 месяца назад +3

    The video covers the three basic sorting techniques in Java: Bubble Sort, Selection Sort, and Insertion Sort. It explains the working of each algorithm, their time complexities, and their practical applications.
    Key moments:
    00:00 The video discusses three basic shopping techniques: Shot Selection Sort, Instruction Short, and Bubble Sort, emphasizing the importance of understanding them for interviews and practical applications.
    -The importance of understanding basic shopping techniques for interviews and practical applications is highlighted. Knowing how to sort and reserve items is crucial for various scenarios.
    -The video delves into the practical applications of sorting techniques in scenarios like online shopping on websites such as Amazon and booking flight tickets, showcasing the relevance of these techniques in real-world situations.
    -A detailed explanation of Bubble Sort is provided, illustrating how elements are arranged in ascending order by comparing and rearranging them based on their weight, emphasizing the logic behind the sorting process.
    06:04 The video discusses the process of comparing and sorting elements using a bubble sort algorithm, emphasizing the importance of arranging elements in ascending or descending order based on comparisons.
    -Detailed explanation of comparing elements and placing them in order based on their values in a bubble sort algorithm.
    -Importance of writing comments to explain the logic and purpose of code segments for better understanding by others.
    -Explanation of swapping elements in the sorting process to arrange them in the correct order.
    12:09 The video discusses the implementation of bubble sort and its time complexity, emphasizing the importance of understanding basic sorting algorithms for coding interviews and logical design treatment.
    -Bubble sort is explained, highlighting the process of comparing and printing elements in a specific order.
    -The time complexity of bubble sort is analyzed, discussing its efficiency and implications in coding tests.
    -The importance of learning basic sorting algorithms for coding interviews and logical design treatment is emphasized.
    18:12 The video explains the process of selection sort algorithm by comparing and sorting elements in ascending order, focusing on identifying and moving the smallest element to its correct position.
    -Comparison and selection of smallest elements to determine their positions in the sequence.
    -Iterative process of sorting elements by moving the smallest element to its appropriate place.
    -Explanation of the logic behind selection sort and its similarity to bubble sort in terms of element positioning.
    24:17 The video discusses the process of selection sort and its implementation step by step, emphasizing the sorting of elements into sorted and unsorted parts for optimization.
    -Explanation of the selection sort process involving sorting elements into sorted and unsorted parts for optimization.
    -Detailed step-by-step demonstration of how elements are compared and shifted to their correct positions during the sorting process.
    -Importance of understanding the concept of selection sort for efficient sorting of elements in algorithms and computer programming.
    30:21 The video discusses a sorting algorithm where elements are placed in the correct order by comparing indexes and creating space for each element. It emphasizes the importance of proper placement and achieving a sorted arrangement.
    -The process of comparing indexes and creating space for elements ensures proper placement and a sorted arrangement.
    -The algorithm involves moving elements to the right position based on comparisons and conditions, leading to a sorted outcome.
    -The video hints at additional techniques like Mode Doctor Gift and Shopping, and mentions upcoming topics on backtracking and time complexity.

  • @prashunkaushik3657
    @prashunkaushik3657 2 года назад +1

    Best teacher ma'am

  • @poonamagrawal2901
    @poonamagrawal2901 Год назад +2

    This video is really helpful for me for my icse 10 board exams Thankyou so much didi for this amazing video❤❤

  • @mohammadgufranullah140
    @mohammadgufranullah140 2 года назад

    Grt shradhdha damm sorting lectures buddy

  • @shreyasur1534
    @shreyasur1534 9 месяцев назад

    please make videos on bucket sort, counting sort and topological sort

  • @creativeworldstudio78
    @creativeworldstudio78 2 года назад

    AWESOME 👍 I DIDN'T EVEN KNOW J OF JAVA BUT STILL I GET ALL 3 TECHNIQUE OF THEM

  • @adityatripathi4171
    @adityatripathi4171 11 месяцев назад +1

    Now I can score 85+ thank you didi 😀❤️

  • @priyanshuworld
    @priyanshuworld 9 месяцев назад +3

    1 question how to handle array index out of bind exception comes in code

    • @ZakirBhai-y2d
      @ZakirBhai-y2d 9 месяцев назад

      just using proper visualization which element moves, where it moves.

  • @adarshprasad1749
    @adarshprasad1749 8 месяцев назад +1

    Best for icse class 10

  • @neetmotivation4912
    @neetmotivation4912 7 месяцев назад +12

    Btao ye Java placement course hai aur ham 10th wale padh rhe hai
    ICSE flex kar rha hu 🙂😀

  • @shrutipriya8014
    @shrutipriya8014 10 месяцев назад +1

    Why j--?
    There should be j++ because we are inserting an element in sorting area so size increases? Please explain

  • @KalathilAjayMenon
    @KalathilAjayMenon 2 года назад +1

    Good job on editing

  • @vijayraman5321
    @vijayraman5321 2 года назад +1

    Good video with explanation

  • @priyanshusharma2144
    @priyanshusharma2144 2 года назад +1

    Continue this course maam, Make videos on Multi threading, JDBC, REGEX

  • @sanihanglimbu1413
    @sanihanglimbu1413 2 года назад

    Thank you so much didi
    Love from Sikkim 🧡

  • @creativeworldstudio78
    @creativeworldstudio78 2 года назад +1

    Actually you would be my actual teacher rather than my college teacher
    THANKYOU FOR HELPING ME

  • @pwian2362
    @pwian2362 4 месяца назад +39

    Insertion sort samajh nahi AAYA!!!

    • @mkcreation5081
      @mkcreation5081 Месяц назад

      Bro kab j =-1 hoga tab j+1 Matlab 0 and j[0]=smallest value aayegi

    • @vaibhavdukare14
      @vaibhavdukare14 21 день назад

      Easy hai Bhai aram se aur ek bar dekh

  • @echogenesis786
    @echogenesis786 Год назад +1

    Shraddha didi is very awesome in teaching
    May God bless her 😊

  • @harshkirar299
    @harshkirar299 2 года назад

    You are looking happy ma'am ,btw thanks for your lecture

  • @AmitKumar-fk8mm
    @AmitKumar-fk8mm 2 года назад

    this video has awesome sound quality.

  • @ganeshbagade7028
    @ganeshbagade7028 2 года назад +1

    Os aur DBMS ka bhi lao didi playlist.