Skip to content

Michael-G-Workman/CLinkedList2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLinkedList2.c

By Michael G. Workman

A simple C program demonstrating a Linked List using a Struct for a Zoo Animal In this second version of this console app, we use a doubly linked list to emulate animals in a zoo, and we create a function to search the list for certain animal types, and also a delete operation that will delete a specific node, but keep the list intact

This example freely distributable under terms of MIT open source license

michael.g.workman@gmail.com

About

Example C program showing usage of doubly linked-list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages