Browse Source

docs: Be more specific with the instructions

DEV-3241-DEV-3242-corewar
estlop 2 years ago committed by eslopfer
parent
commit
3e50722419
  1. 2
      subjects/listfind/README.md

2
subjects/listfind/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function `ListFind` that returns the address of the first node in the list `l` that is determined to be equal to `ref` by the function `CompStr`.
Write a function `ListFind` that returns the address of the data interface of the first node in the list `l` that is determined to be equal to `ref` by the function `CompStr`.
- For this exercise the function `CompStr` must be used.

Loading…
Cancel
Save