Posts
All the articles I've posted.
Spider-man Swinging Mechanics
Posted on:September 17, 2023 at 05:02 PMHow to determine the angle of spin, understanding the swing direction calculation, and implementing the swinging mechanics in Unity using C#.
Hash Indexes
Posted on:May 5, 2023 at 08:33 AMWhen working with databases, it's common to need a fast way to look up data based on a certain value. One popular way to do this is with a hash index.
Binary Search
Posted on:March 30, 2023 at 10:37 AMBinary search is an algorithm that helps you find an item in a sorted list much faster than if you were to search for it one by one.