My Algorithms

Sort by


  • Doubly linked list algorithm in C++

    Doubly linked list in C++. A simple implementation that includes a few simple features:

    Adding a node, erasing a node, searching a node, counting the number of nodes in the list, printing the list by a recursive function, printing the list iteratively and printing the list in reverse order.

    The nodes hold only integers as data but this can be generalized easily.

    by Mr on 12 May 11
    0
    323 downloads
    0
 

My Algorithm Requests

No requests posted yet.