Skip to content

alisterdev/COMP206A3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singly linked list in C

A small project realized as a part of a COMP 206 assignment at McGill University

Implemented in C.

###Description

Prompts user to enter a file containing numbers (each on a separate line). Scans the file, adding each number as a node to the linked list. Displays the list and prompts user to delete a node. The process continues until list is empty or user decides to stop.

About

Singly linked list in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published