Data Structures & Algorithms: Arrays and Linear Search
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. ...