Tag:data-structure
All the articles with the tag "data-structure".
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.