An introduction to arrays and linear search, live-coded in C11.
In this video we cover:
- Declaring and initializing arrays
- Accessing and modifying elements
- Implementing linear search from scratch
- Brief analysis time complexity
All code is written live in C11 with no frameworks or libraries — just the standard library and a text editor.
Source code: https://gist.github.com/bi3mer/bb9620b5cb48f355db4c291abc60c7ba