Skip to content

Commit

Permalink
add function pointer subtask
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed May 20, 2024
1 parent 84aaa01 commit bee7013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/home-assignments/dirtree.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ char *paths[] = {

### Bonus tasks

- make the function used for tree traversal generic, i.e. pass in a function pointer
- Print also non-leaf nodes via depth first traversal, with each node indented based on
its tree depth. E.g:

Expand Down

0 comments on commit bee7013

Please sign in to comment.