Skip to content
QnA Plus

Code, Create, Conquer: Insights, Algorithms, and Innovation

  • Home
  • Privacy Policy
  • Terms and Conditions
  • Contact
  • Contribute
  • About

Linked List

  • Home
  • Linked List

Delete N-th Node from End of a Linked List

Posted by By Srikanta June 28, 2020Posted inProgramming, CNo Comments
In the previous article, we saw how to delete the N-th node of a linked list from the beginning of the list. Here we'll see how to delete N-th node…
Read More

Delete N-th Node of a Linked List

Posted by By Srikanta June 12, 2020Posted inProgramming, CNo Comments
Here we'll see how to delete a node specified by its position (N-th node) from a linked list. N starts with 0. If N is 0, then delete the head…
Read More

Circular Linked List in C

Posted by By Srikanta April 12, 2020Posted inC, ProgrammingNo Comments
Circular linked list is like a regular linked list except its last node points to the first node. Generally the last node of linked list points to NULL. But the…
Read More

C Program to Move the Last Node to the Front of a Linked List

Posted by By Srikanta March 27, 2020Posted inProgramming, CNo Comments
Here we'll see how to write C Program to move the last node to the front of a linked list. We can do that just by re-arranging the pointers. No…
Read More

C Program to Delete the Last Node of a Linked List

Posted by By Srikanta March 25, 2020Posted inProgramming, CNo Comments
Here we'll see how to delete the last node of a linked list. The last node always points to NULL. To delete that, we have to traverse up to last…
Read More

Posts pagination

1 2 3 4 Next page
Categories
  • Programming 186
    • C 105
    • C++ 70
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • Implement Bubble Sort in C 118 views
    • C Program to Sleep in Milliseconds 95 views
    • How to install Ping or Ping6 using YUM 94 views
    • How to Implement Periodic and Single Shot Timers in Linux? 86 views
    • Change a Variable from inside a C Function 59 views
    • C Program to Check Whether Two String are Equal 48 views
    • How to Store SVN Password in Encrypted Form in Linux 44 views
    • How to Re-Indent C Code Using Notepad++ 44 views
    • C Program to Find the Longest Word in a String 42 views
    • C Program to Print the Current File Name and Line Number 39 views

    💬
    Chat with Us!

    Copyright © 2015 - 2025 QnA Plus. All rights reserved.
    Scroll to Top
    1
    0
    0
    4
    11
    1