thibeaux / Linked-List-Reference

This shows how to add nodes to a linked list by using the push insert, append insert, and insert after function. We also implemented a print all and traverse function to display the possibilities of how these insert techniques can be used.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linked-List-Reference

This shows how to add nodes to a linked list by using the push insert, append insert, and insert after function. We also implemented a print all and traverse function to display the possibilities of how these insert techniques can be used.

About

This shows how to add nodes to a linked list by using the push insert, append insert, and insert after function. We also implemented a print all and traverse function to display the possibilities of how these insert techniques can be used.