remove the name

This commit is contained in:
Jidong Xiao
2025-01-21 12:29:29 -05:00
committed by JamesFlare
parent 81b8266571
commit f4232e8c1b

View File

@@ -198,7 +198,7 @@ for ( i=0; i<n; ++i ){
}; };
``` ```
This second approach also "nicely mimics the subscript notation used in the (original) for loop above, which highlights that fundamentally array subscripts are just pointer arithmetic." - comments by our mentor Eleanor Olson, :smile:. This second approach also "nicely mimics the subscript notation used in the (original) for loop above, which highlights that fundamentally array subscripts are just pointer arithmetic." - comments by a former mentor.
## 5.9 Sorting an Array ## 5.9 Sorting an Array