Table of Contents

About

This is an implementation of a depth-first and non-recursive path traversal based on our queue implementation for strings. The depthFirstTraversal program will take as argument a directory and will traverse the path while listing all the directories that it encounters.

Compiling

Copy all the files to the same directory and then, for the gcc compiler, issue:

gcc -o depthFirstTraversal depthFirstTraversal.c stringQueue.c

Code


fuss/c/path_traversal/depth-first/non-recursive.txt ยท Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.