Deletion and Reverse in Circular Linked List | Linked List | GFG POTD | C++ | Java | Code Kar Lo

Поділитися
Вставка
  • Опубліковано 29 жов 2024

КОМЕНТАРІ • 5

  • @prateekkothari6214
    @prateekkothari6214 24 дні тому

    Hi @code_kar_lo,
    What about the below use case
    1) where CLL contains duplicate node
    2) When all the duplicate nodes are at the start?
    3) When all the nodes in CLL is key?

    • @code_kar_lo
      @code_kar_lo  24 дні тому

      For all the cases we will only remove first node. As par test cases we have to remove only first occurence of key

  • @YogeshwarGupta-r3u
    @YogeshwarGupta-r3u 25 днів тому

  • @ShivamSingh-xv4rw
    @ShivamSingh-xv4rw 25 днів тому

    Uoload today potd please