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