mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-02 11:07:15 -05:00
* C implementation of linear search C implementation of linear search using pointers vs array indexing * fix: replaced existing c solution