Moroccxn-LSU / Interactive-LinkedList

Linked List implementation in C with an interactive menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use the Interactive Linked List

Compilation:

$ gcc -o LL LinkedList.c

Execution:

$ ./LL

Parameters:

  • Start program by using "./LL" command then use the interface and follow instructions.
  • I tried to cover every edge case so you can try to break it to get the different error messages.

Dependencies:

  • <stdio.h>
  • <stdlib.h>

About

Linked List implementation in C with an interactive menu


Languages

Language:C 100.0%