[Java] Leetcode 708. Insert into a Sorted Circular Linked List [LinkedList #5]

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

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

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

    Great Solution !

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

    solution make question so easy. Thanks

  • @Leo-zh2or
    @Leo-zh2or 3 ปีที่แล้ว +1

    Thanks Eric. Your solution is always easy to understand.

  • @CDJohnson
    @CDJohnson 3 ปีที่แล้ว +1

    Very clear explanation! Thank you!

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

    thank you for the great explanation!!

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

    Great job. But I think if(insertVal=cur.next) would be more concise

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

    why do you return head instead of cur?