Skip to content

Commit

Permalink
Update exercises/practice/reverse-string/.articles/performance/conten…
Browse files Browse the repository at this point in the history
…t.md

Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
  • Loading branch information
glennj and IsaacG authored Jan 21, 2024
1 parent b04fcb2 commit fb0f9c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ user 0m0.159s
sys 0m0.000s
```

If we can loop backwards, don't even need the variable.
If we can loop backwards, we don't even need to save the length to a variable.
We even get a tiny improvement since bash does not need to access the variable contents for each iteration.

```bash
Expand Down

0 comments on commit fb0f9c3

Please sign in to comment.