https://github.com/zulhaditya/linked-list
Implementation linked list in C++ programming language.
https://github.com/zulhaditya/linked-list
cplusplus cpp
Last synced: over 1 year ago
JSON representation
Implementation linked list in C++ programming language.
- Host: GitHub
- URL: https://github.com/zulhaditya/linked-list
- Owner: Zulhaditya
- Created: 2022-09-09T14:14:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T03:00:21.000Z (over 2 years ago)
- Last Synced: 2023-11-20T04:22:40.879Z (over 2 years ago)
- Topics: cplusplus, cpp
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linked List
> Implementation linked list in C++ programming language.
## Table of Contents
* [General Info](#general-information)
* [Technologies Used](#technologies-used)
* [Features](#features)
* [Setup](#setup)
* [Project Status](#project-status)
* [Contact](#contact)
## 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](https://zulhaditya.vercel.app) - feel free to contact me!