mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-02 16:01:34 -04:00
* C implementation of linear search C implementation of linear search using pointers vs array indexing * fix: replaced existing c solution