matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.07k stars 1.26k forks source link

doubly linked list implementation in C++' #730

Closed Rodio346 closed 5 years ago

Rodio346 commented 5 years ago

This program implements doubly linked list using C++ with many additional functions like reverse and counting number of elements in list.