Useful Conceptual Videos
This is a repository of useful videos for students on an assortment of different topics.
How Binary Search Makes Computers Much, Much Faster
Tom Scott's How Binary Search Makes Computers Much, Much Faster is incredibly relevant to discussion within Big O For Beginners. In Big O For Beginners, we discussed basic ideas behind Big O notation. This video expands on search algorithms and how binary search algorithms can find items in sorted lists much faster than linear search algorithms.
Unity Navmesh Basics
Brackeys's Unity Navmesh Basics answers a very common question among programmers within the TL Game Development program: how do we conduct pathfinding in 3d space in Unity? The answer is navigation meshes, and they are a built-in feature in Unity!