An open API service indexing awesome lists of open source software.

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.

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!