You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository houses a robust implementation of the binary search algorithm. Binary search is a highly efficient method for locating an item in a sorted list by systematically dividing the search interval in half.
This repository contains a browser-based implementation of the popular puzzle game "2048", where the goal is to combine tiles to reach the elusive 2048 tile.