LogicNLearn
LogicNLearn
  • 215
  • 24 305
Master Sorting Problems | Coding Ninjas DSA Solutions in C++ | LogicNLearn
"Welcome to the DSA Master Series! In this video, we dive deep into **Sorting Problems** from Coding Ninjas, solving them step by step in **C++** with clear and easy-to-understand explanations.
Learn the logic behind key sorting algorithms, optimize your solutions, and strengthen your **DSA** concepts for coding interviews and competitive programming.
📌 **What you'll learn in this video:**
- Sorting techniques explained.
- Problem-solving approaches with real examples.
- Best practices to ace sorting questions.
✨ Perfect for beginners and intermediate-level programmers aiming to master DSA with **Coding Ninjas problems**.
👉 **Keywords:** Sorting Problems, Coding Ninjas, DSA, C++, Algorithms, Bubble Sort, Merge Sort, Quick Sort, Coding Interview Preparation.
🔗 **More from DSA Master Series:**
- [LeetCode C++ Solutions Playlist](th-cam.com/play/PLVT6YZEiKnxXfbVOfyfKwietsYjqLPVpN.html&si=LlHZI6MAtOIuaBQR)
- [Love Babbar Sheets GFG Solution Playlist](th-cam.com/play/PLVT6YZEiKnxVRjI9LRFbv8z-_WJQYKh7x.html&si=l6tSrUxqEMyXFkY5)
- [DSA Playlist](th-cam.com/play/PLVT6YZEiKnxVRjI9LRFbv8z-_WJQYKh7x.html&si=Lo2axzensF_KKT7Z)
- [GitHub Repository - LeetCode C++ Solutions](github.com/yash88990/LEETCODE_solution-CPP-)
- [Linktree Connect](linktr.ee/Yash8899)
Don't forget to **Like**, **Share**, and **Subscribe** to **LogicnLearn** for more such videos! 🚀
#DSA #CodingNinjas #SortingAlgorithms #C++ #LogicnLearn"e:
**Master Sorting Problems | Coding Ninjas DSA Solutions in C++ | Full Explanation**
### Description:
"Welcome to the DSA Master Series! In this video, we dive deep into **Sorting Problems** from Coding Ninjas, solving them step by step in **C++** with clear and easy-to-understand explanations.
Learn the logic behind key sorting algorithms, optimize your solutions, and strengthen your **DSA** concepts for coding interviews and competitive programming.
📌 **What you'll learn in this video:**
- Sorting techniques explained.
- Problem-solving approaches with real examples.
- Best practices to ace sorting questions.
✨ Perfect for beginners and intermediate-level programmers aiming to master DSA with **Coding Ninjas problems**.
👉 **Keywords:** Sorting Problems, Coding Ninjas, DSA, C++, Algorithms, Bubble Sort, Merge Sort, Quick Sort, Coding Interview Preparation.
🔗 **More from DSA Master Series:**
- [LeetCode C++ Solutions Playlist](th-cam.com/play/PLVT6YZEiKnxXfbVOfyfKwietsYjqLPVpN.html&si=LlHZI6MAtOIuaBQR)
- [Love Babbar Sheets GFG Solution Playlist](th-cam.com/play/PLVT6YZEiKnxVRjI9LRFbv8z-_WJQYKh7x.html&si=l6tSrUxqEMyXFkY5)
- [DSA Playlist](th-cam.com/play/PLVT6YZEiKnxVRjI9LRFbv8z-_WJQYKh7x.html&si=Lo2axzensF_KKT7Z)
- [GitHub Repository - LeetCode C++ Solutions](github.com/yash88990/LEETCODE_solution-CPP-)
- [Linktree Connect](linktr.ee/Yash8899)
Don't forget to **Like**, **Share**, and **Subscribe** to **LogicnLearn** for more such videos! 🚀
#DSA #CodingNinjas #SortingAlgorithms #C++ #LogicnLearn"
มุมมอง: 1

วีดีโอ

LeetCode Problem 215: Kth Largest Element in an Array Solution in C++ || LogicnLearn
มุมมอง 42 ชั่วโมงที่ผ่านมา
In this video, I solve LeetCode Problem 215: Kth Largest Element in an Array in C with a detailed explanation. Learn how to find the Kth largest element in an unsorted array using methods like Quickselect and Heap for efficient solutions. This problem is a great way to practice sorting and divide-and-conquer techniques in DSA . 🔗 Check out my LeetCode Solutions Playlist here: [LeetCode C Soluti...
Master Sorting Algorithms | GFG Solutions in C++ with Full Explanation | DSA Series
มุมมอง 22 ชั่วโมงที่ผ่านมา
"Unlock the secrets of sorting algorithms with GeeksforGeeks solutions in C ! 🚀 In this video, we cover essential sorting techniques like Bubble Sort, Merge Sort, Quick Sort, and more, explained in simple terms. Perfect for beginners and DSA enthusiasts preparing for coding interviews or placements. 💡 What you'll learn: ✔️ Step-by-step explanations of sorting algorithms ✔️ Implementation in C w...
LeetCode Sorting Problems in C++ | Full Solutions Explained | LogicnLearn
มุมมอง 54 ชั่วโมงที่ผ่านมา
Welcome to the DSA Playlist for LeetCode Sorting Problems ! In this series, I will guide you through solving sorting-related problems on LeetCode using C . You'll learn various sorting techniques like QuickSort , MergeSort , HeapSort , and more, along with step-by-step explanations for each problem. This playlist is perfect for mastering sorting algorithms and enhancing your problem-solving ski...
LeetCode Problem 179: Largest Number Solution in C++ | Explained Step-by-Step | LogicnLearn
มุมมอง 14 ชั่วโมงที่ผ่านมา
In this video, I solve LeetCode Problem 179: Largest Number in C with a detailed explanation. Learn how to arrange a list of non-negative integers to form the largest possible number. This problem is a great practice for greedy algorithms and sorting concepts in DSA . 🔗 Check out my LeetCode Solutions Playlist here: [LeetCode C Solutions Playlist](th-cam.com/play/PLVT6YZEiKnxXfbVOfyfKwietsYjqLP...
LeetCode Problem 88: Merge Sorted Array Solution in C++ | Explained Step-by-Step | LogicnLearn
มุมมอง 137 ชั่วโมงที่ผ่านมา
In this video, I solve LeetCode Problem 88: Merge Sorted Array in C with a detailed explanation. Learn how to merge two sorted arrays into one sorted array without using extra space. This problem is a great exercise for practicing two-pointer technique and working with arrays in DSA . 🔗 Check out my LeetCode Solutions Playlist here: [LeetCode C Solutions Playlist](th-cam.com/play/PLVT6YZEiKnxXf...
Sorting Algorithms Part 2: Merge Sort & Quick Sort | DSA Master Series | LogicnLearn"
มุมมอง 137 ชั่วโมงที่ผ่านมา
"Welcome to Part 2 of the Sorting Series in the DSA Master Series! In this video, we explore two powerful and widely-used sorting algorithms: Merge Sort and Quick Sort . These divide-and-conquer algorithms are essential for cracking coding interviews and mastering DSA concepts. 💡 What You'll Learn: - Step-by-step explanation of Merge Sort with examples - How Quick Sort works and its partitionin...
LeetCode Problem 75: Sort Colors Solution in C++ | Explained Step-by-Step| logicnlearn
มุมมอง 117 ชั่วโมงที่ผ่านมา
In this video, I solve LeetCode Problem 75: Sort Colors in C with a detailed explanation. Watch the step-by-step approach to implement the solution efficiently using the Dutch National Flag Algorithm for sorting an array of colors represented by 0, 1, and 2. This problem is an excellent way to practice your problem-solving skills and improve your DSA knowledge. 🔗 Check out my LeetCode Solutions...
Sorting Algorithms Part 1: Bubble, Selection & Insertion Sort | DSA Master Series | LogicnLearn
มุมมอง 449 ชั่วโมงที่ผ่านมา
"Welcome to Part 1 of the Sorting Series in the DSA Master Series! In this video, we dive deep into three fundamental sorting algorithms: Bubble Sort , Selection Sort , and Insertion Sort . Understand their step-by-step implementation, analyze their time and space complexities, and learn how to optimize your code for these essential algorithms. Perfect for beginners and those preparing for codi...
LeetCode Problem 345: Reverse Vowels of a String | C++ Solution Explained | LogicnLearn
มุมมอง 1012 ชั่วโมงที่ผ่านมา
"Welcome to LogicnLearn ! 🚀 In this video, we solve LeetCode Problem 345: Reverse Vowels of a String using C with a clear and step-by-step explanation . This tutorial will help you understand how to reverse the vowels in a string while leaving the non-vowel characters in their original positions. 💡 Problem Statement: Given a string, reverse only the vowels of the string. The vowels are 'a', 'e'...
LeetCode Problem 541: Reverse String II | C++ Solution Explained | LogicnLearn
มุมมอง 2214 ชั่วโมงที่ผ่านมา
"Welcome to LogicnLearn ! 🚀 In this video, we solve LeetCode Problem 541: Reverse String II using C with a clear and step-by-step explanation . This tutorial will help you understand how to reverse every `k` characters of a string while leaving the remaining characters unchanged. 💡 Problem Statement: Given a string `s` and an integer `k`, reverse every `2k` characters of the string (i.e., the f...
LeetCode Problem 557: Reverse Words in a String III | C++ Solution Explained | LogicnLearn
มุมมอง 3816 ชั่วโมงที่ผ่านมา
"Welcome to LogicnLearn ! 🚀 In this video, we solve LeetCode Problem 557: Reverse Words in a String III using C with a clear and step-by-step explanation . This tutorial will help you understand how to reverse each word in a string while keeping the word order intact. 💡 Problem Statement: Given a string, reverse the characters of each word in the string. A word is defined as a sequence of chara...
Repeated Character | GFG Solution | Love Babbar Sheets | C++ Explained | LogicnLearn
มุมมอง 1716 ชั่วโมงที่ผ่านมา
Description: In this video, we solve the "Repeated Character" problem from GFG using C . This problem focuses on identifying the first repeated character in a string. We'll break down the approach, go through the solution step by step, and explain the code in detail to help you master this problem. Check out the related playlists and resources for more DSA problems and solutions: - LeetCode Sol...
LeetCode Problem 917: Reverse Only Letters | C++ Solution Explained | LogicnLearn
มุมมอง 2319 ชั่วโมงที่ผ่านมา
"Welcome to LogicnLearn ! 🚀 In this video, we solve LeetCode Problem 917: Reverse Only Letters using C with a clear and step-by-step explanation . This tutorial will help you understand how to reverse only the letters in a string, leaving the non-letter characters in their original positions. 💡 Problem Statement: Given a string, reverse only the letters in the string while keeping the positions...
Strings Rotations of Each Other | GFG Solution | Love Babbar Sheets | C++ Explained | LogicnLearn
มุมมอง 1019 ชั่วโมงที่ผ่านมา
In this video, we solve the "Strings Rotations of Each Other" problem from GFG using C . This problem tests your understanding of string manipulation and helps you identify if two strings are rotations of each other. I explain the approach in detail, walk through the solution step by step, and provide a thorough code explanation to help you understand the logic behind it. Check out the related ...
LeetCode Problem 344: Reverse String | C++ Solution Explained | LoginnLearn
มุมมอง 1621 ชั่วโมงที่ผ่านมา
LeetCode Problem 344: Reverse String | C Solution Explained | LoginnLearn
Parenthesis Checker | GFG Solution | Love Babbar Sheets | C++ Explained | LogicnLearn
มุมมอง 1221 ชั่วโมงที่ผ่านมา
Parenthesis Checker | GFG Solution | Love Babbar Sheets | C Explained | LogicnLearn
Top 5 String Problems in DSA | Coding Ninjas Solutions in C++ | LogicnLearn
มุมมอง 3121 ชั่วโมงที่ผ่านมา
Top 5 String Problems in DSA | Coding Ninjas Solutions in C | LogicnLearn
Strings GFG Love Babbar DSA Sheets Solution | C++ Explained | LogicnLearn
มุมมอง 55วันที่ผ่านมา
Strings GFG Love Babbar DSA Sheets Solution | C Explained | LogicnLearn
Longest Palindrome Substring | GFG Solution | Love Babbar Sheets | C++ Explained
มุมมอง 20วันที่ผ่านมา
Longest Palindrome Substring | GFG Solution | Love Babbar Sheets | C Explained
LeetCode Problem 151: Reverse Words in a String | C++ Solution Explained | LoginnLearn
มุมมอง 26วันที่ผ่านมา
LeetCode Problem 151: Reverse Words in a String | C Solution Explained | LoginnLearn
Solving 6 String Problems on LeetCode in C++ | Problem #345, #541, #557, #917, #344, #151
มุมมอง 54วันที่ผ่านมา
Solving 6 String Problems on LeetCode in C | Problem #345, #541, #557, #917, #344, #151
LeetCode Problem 28: Find the Index of the First Occurrence in a String | C++ Solution | LoginnLearn
มุมมอง 27วันที่ผ่านมา
LeetCode Problem 28: Find the Index of the First Occurrence in a String | C Solution | LoginnLearn
LeetCode Problem 125: Valid Palindrome | C++ Solution Explained Step-by-Step | LoginnLearn
มุมมอง 24วันที่ผ่านมา
LeetCode Problem 125: Valid Palindrome | C Solution Explained Step-by-Step | LoginnLearn
Move All Negative Numbers to End | GFG Love Babbar DSA Sheet Solution in C++ | Login n Learn
มุมมอง 24วันที่ผ่านมา
Move All Negative Numbers to End | GFG Love Babbar DSA Sheet Solution in C | Login n Learn
Master Strings in C++ | DSA Strings Explained with Practice Questions | LogicNLearn
มุมมอง 73วันที่ผ่านมา
Master Strings in C | DSA Strings Explained with Practice Questions | LogicNLearn
Union of Two Arrays | GFG Love Babbar DSA Sheet Solution in C++ | LoginnLearn
มุมมอง 15วันที่ผ่านมา
Union of Two Arrays | GFG Love Babbar DSA Sheet Solution in C | LoginnLearn
LeetCode Problem 58: Length of Last Word | C++ Solution Explained for Beginners | LoginnLearn
มุมมอง 34วันที่ผ่านมา
LeetCode Problem 58: Length of Last Word | C Solution Explained for Beginners | LoginnLearn
Rotate Array by One Position | Love Babbar DSA Sheet Solution in C++
มุมมอง 29หลายเดือนก่อน
Rotate Array by One Position | Love Babbar DSA Sheet Solution in C
Sort 0s, 1s, and 2s | GeeksforGeeks & Love Babbar DSA Sheet Solution in C++
มุมมอง 30หลายเดือนก่อน
Sort 0s, 1s, and 2s | GeeksforGeeks & Love Babbar DSA Sheet Solution in C

ความคิดเห็น

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

    thanks please upload more.

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

    Same issue

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

    I'm really facing this

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

      Just one close mac 10 to 15 times with two hand and it will get fixed

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

    Same issue I bought this on last Friday and today is Friday what would be the problem all of sudden it was happened Will it get fixed ?

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

    To all who are faceing this issue, Please open and close your mac for 10-20 times continuousely. It gets automatically fixed

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

      After doing it, Will it happen again

    • @luclacdaudinh
      @luclacdaudinh 8 ชั่วโมงที่ผ่านมา

      Mine works like a charm! Thank you.

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

    bhai hinge se related ek aur problem hota ha aap sab check karna black wallpaper rakho full aur check for green line. mere case me meko bottom right corner me green line a rahi ha service center walo ne replace to nahi kiya par bola ye hinge tight ka issue ha aur online hi liya tha mene bhi M2 abhi aur esa kuch ho to lado social media pe twitter job sheet me clear likhwalo service center se ye issue unko mila aur file replacement demand karo seller se agar jaldi notice hua to me wahi lad raha hu dekhte kya hota srif hinge issue ha to 80-100 bar open close karo vo solve hojata ha par green line nahi

  • @Nik-h6g
    @Nik-h6g 2 หลายเดือนก่อน

    My mac m1 is also facing the same issue

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

    Facing same issue bro, really worried. Service centre le jau?

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

      Yes go to authorised service canter and they will fix it whithin half and hour and for free of cost .

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

      Gladly the service centre guys fixed it. Thanks

  • @AbhaySingh-gz8bg
    @AbhaySingh-gz8bg 2 หลายเดือนก่อน

    Facing same problem in just two days

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

    Ch*d gaye guru 😰

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

    MacBook m2 ka hinge kse thik hua bro? Any solution

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

    bhai mere saath bhi yahi hua hai kal hi liya hai M2 mbAir, meri gand fatt gayi hai BC.... please solution mile to muzhe bhi bata dena bhai

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

    I am facing same issue mac booook m2 "3 days old"

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

      Are u pruchase your macbook in flipkart bbd sale bcz i am facing this same problem in my macbook air m2

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

      I purchased from Flipkart same issue

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

    I have been using a transparent case for my mcbook air for past 2 months and I just removed it after observing that it is giving issues closing

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

      same thing just happened to me. did you find a way to make it go back to normal?

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

      @@huemals it automatically fixed itself after few days of using it without the case

  • @AbhishekKumar-mt7wi
    @AbhishekKumar-mt7wi 2 หลายเดือนก่อน

    bhai kl hi lia h mene m2 aaj ye same ho rha mere sath kese shi hoga

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

      bhai mere saath bhi yahi hua hai kal hi liya hai meri gand fatt gayi hai BC.... please solution mile to muzhe bhi bata dena bhai

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

      Ha Bhai hamara bhi ho rha haii kal liya hu me bhi kya kru bro ??😢😢

    • @AbhishekKumar-mt7wi
      @AbhishekKumar-mt7wi 2 หลายเดือนก่อน

      @@Sandipsvisible bhai shi hua tumhara 🥲

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

      @@AbhishekKumar-mt7wi ha dic ho gya

    • @AbhishekKumar-mt7wi
      @AbhishekKumar-mt7wi 2 หลายเดือนก่อน

      @@Sandipsvisible kese thik hua bhai

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

    Facing the same issue just after two days on my air M2

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

      Did it fix?

    • @AbhishekKumar-mt7wi
      @AbhishekKumar-mt7wi 2 หลายเดือนก่อน

      @@anuragband7277 shi hua kya bhai…?

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

      bhai same mere sath ho rha apka thik hua kya

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

      Same issue 2 days after in M2!!

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

      lol same

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

    I think all with mac m3 are facing this same problem, I even got the replacement

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

      My macbook air m3 has the same issue.. but people with m2 are also facing this. How is your replacement unit? I guess it's normal for new unibody macs to be tight at first

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

      bro did you purchased it from online or offline? how are they giving you replacement?

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

      @@TheTraderGang apple online store

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

      My m1 after 2 days showing same problem 😭😭

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

      @@adarsh_singh2312 don't worry my hinges are getting loose eventually ✨️ just enjoy your mac

  • @Music-yr4tx
    @Music-yr4tx 3 หลายเดือนก่อน

    sir please increase volume of your voice

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

      Sure 👍

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

    Really helpful bro

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

    Bhai ye flipkart se purchase Kiya tha kya?

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

    Face same issue in just a day in macbook m2😢

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

      Same problem 😢

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

      Did it resolved i also facing same issues with my macbook m2

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

    One day old same problem facing with m3

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

      Bro now what u have done.. Visit the service and it get corrected or not... Reply

  • @jasmeetsingh-o8r
    @jasmeetsingh-o8r 3 หลายเดือนก่อน

    Same is happening with how does that fix automatically or do i need to visit apple care for repair? Please bro help

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

    I have this same issue bro

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

    Same issue after week purchase

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

    After just 1 day of use same problem occured with my m3 air as well but thank to croma they've replaced it with a new one😊

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

      @@mohammadafaque7998 did you got brand new macbook as a replacement if yes ? Is it working fine as compared to previous one

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

    Facing the exact same issue with 1day old macbook m3

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

      Hyy i am facing same issue

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

      @@investingrootsame with me vro…theek huva ?

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

      @@SIGMABABA_GAMING hyy from how long you have been facing this???

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

      @@SIGMABABA_GAMING haan ho gya shi

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

      Did it resolve??

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

    Did you got any solution?? Cause I also have same issue

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

      Did your problem resolved i am also facing same issues

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

    You most likely dropped it on ground and so the hinges aren’t properly aligned anymore

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

    same model same problem does it get fixed?

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

    Same problem macbook air m3 after 5 days

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

      How you fixed this

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

    Just open and close it for abound 30 times after that you will feal the difference I had also faced the same

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

      Yes, exactly. I had the same issue after using my MacBook for long hours. The hinge might loosen up over time. I think it's normal.

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

      @@watchandgrow1860 it will fix automatically bro don’t worry 😉

    • @SuperStar-l5z
      @SuperStar-l5z 2 หลายเดือนก่อน

      ​@@tittodominicyou mean it can be fixed? Not a permanent problem or should I replace it??

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

      ​@@SuperStar-l5z same bro I am also facing same problem

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

      @@SuperStar-l5z I had the same problem with the new m3 and after some time it got fixed. If you want you could visit the service centre to confirm

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

    I am facing the same issue...the show room person have told me that they can't take incharge of this because it. How to replace this with new one ... Please help..

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

    Last week I purchased macbook m3 air Same Issue I’m facing with the device How to resolve

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

      @@narayanprajapat1480 it will get fixed automatically

  • @Saurabh-rfs
    @Saurabh-rfs 4 หลายเดือนก่อน

    I am facing this problem in my 4 th macbook m3 Kya karu please reply urgent!!!!

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

      What you mean by 4th macbook? Did you purchase 4 macbook till now or you just claim replacement by 4 times

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

    I also faced same issue I approached the service centre. They offered free flap replacement.

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

      ​@@joshiji2079go to any Apple authorised service provider or genius bar. They will resolve it

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

      What is free flap replacement

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

      Approach service centre

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

      @@mrutyunjayachoudharydoes the replaced unit has same issue ??? And what is free fap replacement ?

  • @MOHAMMADTOFIK-vm4ct
    @MOHAMMADTOFIK-vm4ct 4 หลายเดือนก่อน

    Guys Even I am facing the same issue now. It is been seven days since I bought it. Really I was planning to return this caz it has already 14 days return. I can not open this with one finger now. It is so tight now.

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

      3 days before I bought macbook air M3 13. Inches. Fasing same issue

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

      @@arundev8070 same

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

    Bro insta id?

  • @KanhaDewangan-x6r
    @KanhaDewangan-x6r 4 หลายเดือนก่อน

    Same problem with my MacBook air m2 after 3 day's 😓

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

      same problem

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

      what should i do

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

    How bro same issue for my mac m3 air 😢

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

      Bhai thik hua ab

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

      @@immortalstuff55 yes it’s repaired automatically

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

      @@MallikarjunMukkanti in how many days and in my laptop this prblm is occuring in only 2 days

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

    Im also facing same issue, macbook air m3😢😢

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

      @@rishanpm it will get fixed automatically

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

      @@logicnlearn really

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

      @@logicnlearn bro does yours get fixed?

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

      Same issue

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

      @@logicnlearn yaaa That's right 👍🏻

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

    Bro week3 assignment video upload cheyi broo

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

      soon

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

    Tq bro ❤❤

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

      Thank you! I'm glad you found the video helpful. Feel free to share it with your friends who might also benefit from it. Don't forget to like and subscribe for more educational content!"

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

      @@logicnlearn we'll come 💝

  • @Nothing-ks7wi
    @Nothing-ks7wi 4 หลายเดือนก่อน

    Bhai mene abhi 3 4 din pehle m2 air liya and unki hinge tight ho gai and abhi wo 1 finger se open nhi hota meri toh gaand fatt gayi itne pese kharch karne ke baad, aur mene apple+ v nhi liya 😢 kya karu bhai 13k ka apple warranty le lu kya batao 😢

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

      Nai Bhai.. wo thik ho jyga kuch dino.. new product m aati h kuch din use krte krte sahi ho jyga

    • @KanhaDewangan-x6r
      @KanhaDewangan-x6r 4 หลายเดือนก่อน

      Same problem with my MacBook air m2 after 3 day's 😓

    • @Nothing-ks7wi
      @Nothing-ks7wi 4 หลายเดือนก่อน

      @@KanhaDewangan-x6r kuch dino me sahi ho jayega bro, mera v 3 din baad firse thik ho gaya abb sahi se open hota he wo

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

      Mere me bhi bhai yahi prblm occur ho rha hai 2 din me hi kya kisi ka thik hau

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

      ​@@Nothing-ks7wibhai sahi hua aapka

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

    Bro does it get fixed ? Please reply broo i am also facing the same problem 😢

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

      @@jitadityakahayap5581 Use it normally after 3-5 days it will get automatically fixed, I talk to their coustomer support also and they said same thing

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

      @@jitadityakahayap5581 don't panic

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

      @@logicnlearn bro what’s about yours did it get fixed now?

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

      @@logicnlearn bro what about yours now? Did it get fixed?

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

      Yes.. it's fixed otherwise u can call on apple support

  • @BATMAN2003-t9j
    @BATMAN2003-t9j 4 หลายเดือนก่อน

    Thanks 🎉

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

    मोबिल डालो 😂

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

      😁😁

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

    Bhadak gya hoga barsaat m hota hai esa

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

      😃😁

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

    Hacker hai bhai😂

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

    How can i take the certification ?

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

      @@Maryamstudys you have to purchase the course...