Algorithms This repo is meant to host algorithms I solve in leetcode. How to run Have bun installed. bun test to run the tests on the algorithms. Patterns used Two pointers. Sliding Window. Binary search.