Skip to content

osu-cs261-f19/list-iterator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List Iterator

This repo contains code to demonstrate how an iterator works. You can compile and run the test code as follows:

make
./test

The code as it's initially written generates compiler errors because the linked list implementation is well encapsulated. We'll modify the code to add an iterator that will enable us to loop through a linked list.

About

Linked list iterator example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published