Linked List Program built in C
Project information
- Category: C
- Github: Github
Basic program for others or myself to practice using linked list. You are able to create a linked list by appending nodes, pushing, insert after previous added node, reverse the list, delete a node in the list, and print the list out. Still updating and adding new features.