Skip to content

Zulhaditya/linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Linked List

Implementation linked list in C++ programming language.

Table of Contents

General Information

  • Learn the application of linked lists in c++.
  • Linked list is a structure in the form of a series of interrelated elements where each element is linked to other elements through pointers.

Technologies Used

  • C++ version 20.0

Features

  • Add node
  • Delete first node
  • Delete last node
  • Clear node
  • Show node

Setup

To run this project, you need install MinGW Compiler on your PC and compile this file.

Project Status

Project is: complete.

Contact

Created by @Zulhaditya - feel free to contact me!

About

Implementation linked list in C++ programming language.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages