Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/olubodemichael/doublelinkedlist-project2

This C++ project implements a Doubly Linked List data structure, which is a linked list in which each node has both a pointer to the next node and a pointer to the previous node. The project provides a comprehensive set of functions and features to manipulate and display the contents of the doubly linked list.
https://github.com/olubodemichael/doublelinkedlist-project2

Last synced: 1 day ago
JSON representation

This C++ project implements a Doubly Linked List data structure, which is a linked list in which each node has both a pointer to the next node and a pointer to the previous node. The project provides a comprehensive set of functions and features to manipulate and display the contents of the doubly linked list.

Awesome Lists containing this project