Atshai / singly-linked-list
This C program manages a singly linked list with functions to insert nodes at the end, beginning, after, and before a specific node, and to delete nodes from the beginning, end, and a specified position. The `display` function prints the list. The `main` function demonstrates these operations.
☆12Updated 6 months ago
Related projects ⓘ
Alternatives and complementary repositories for singly-linked-list
- Victor is a businessman, he usually carries his money in a briefcase. This briefcase is highly secure and it is protected with a digital …☆12Updated 6 months ago
- This C program implements a doubly linked list with functions to insert nodes at the end (`insert`), at the beginning (`insertbeg`), afte…☆12Updated 6 months ago
- This code is a simple program written in C that checks whether a given input string is a palindrome or not. It begins by declaring a char…☆13Updated 6 months ago
- A C program to check if a number is a "happy number" typically involves defining a function that repeatedly calculates the sum of the squ…☆15Updated 7 months ago
- This program prompts the user to enter the number of rows they want in the star pattern. Then, it uses nested loops to print stars in a …☆16Updated 7 months ago
- In C programming, a "reverse matrix" typically refers to finding the reverse or inverse of a matrix. The inverse of a matrix � A is anot…☆15Updated 7 months ago
- ☆12Updated 7 months ago
- A Disarium number is a number defined by the sum of its digits raised to the power of their respective positions. For example, 89 is a D…☆14Updated 7 months ago
- ☆12Updated 7 months ago
- ☆12Updated 7 months ago
- ☆11Updated 7 months ago
- ☆11Updated 6 months ago
- ☆15Updated 10 months ago
- ☆11Updated 6 months ago
- ☆14Updated 10 months ago
- ☆14Updated 10 months ago
- ☆19Updated 6 months ago
- ☆21Updated 6 months ago
- ☆21Updated 6 months ago
- ☆21Updated 6 months ago
- ☆19Updated 6 months ago
- ☆20Updated 6 months ago
- ☆19Updated 6 months ago
- ☆19Updated 6 months ago
- ☆19Updated 6 months ago
- ☆20Updated 6 months ago
- ☆20Updated 6 months ago
- ☆20Updated 6 months ago
- ☆26Updated 7 months ago
- ☆17Updated 9 months ago