This repository contains a few snippets of code written in DogeScript. Because why not.
- dogeCoinChange(amount, coins): makes change for a total amount from an array of coin denominations
- binarySearch(arr, target): searches a sorted array for a target element
- clockAngle(time): calculates the angle between the hands of a clock at a given time
(DogeScript compiles to plain old JavaScript. For more information, see the DogeScript website.)