8000 GitHub - Rahal-Lyes/linked-list-Add: Add-Remove-Display
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rahal-Lyes/linked-list-Add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linked-list-Add

Linked List Operations in C

This C program demonstrates basic operations on a singly linked list, including insertion at the beginning and end, traversal, and deletion from the beginning and end.

Table of Contents

Introduction

This program implements a simple singly linked list with the following operations:

  1. Insertion at the Beginning: Adds a new element to the beginning of the linked list.
  2. Insertion at the End: Adds a new element to the end of the linked list.
  3. Traversal: Displays the elements of the linked list.
  4. Deletion from the Beginning: Removes the first element from the linked list.
  5. Deletion from the End: Removes the last element from the linked list.

About

Add-Remove-Display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0