rbga / Linked-List-Implementation-in-C-using-Class-Constructor-Functions

This project is an implementation of a linked list data structure in C++. A linked list is a fundamental data structure that consists of nodes connected together in a linear manner. Each node in the linked list contains data and a reference to the next node in the sequence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rbga/Linked-List-Implementation-in-C-using-Class-Constructor-Functions Stargazers