Palindrome Linked List | Check if Linked List is Palindrome

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

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

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

    00:00 Introduction
    00:12 Problem explanation
    02:34 Method 1
    06:13 Method 2
    10:49 Implementation

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

    Very informative, thank you Sir! Keep posting 😊

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

      welcome :)

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

    i have a question about the space complexity:
    do we need to take care on the space complexity or just taking care on the time complexity ?

    • @FitCoder
      @FitCoder  2 ปีที่แล้ว

      Usually time complexity is more of focus in interviews...but it's good to know about space related optimizations that can be done.

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

      @@FitCoder
      thanks a lot for your response
      keep shining😎😍

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

      @@abdelmalek9004 if you have a linked list of a million nodes, then space complexity will surely be an issue...