Added gif 5 in readme

This commit is contained in:
Simon Cambier 2023-12-05 19:55:11 +01:00
parent 636a828512
commit 250aa80c8d
2 changed files with 2 additions and 1 deletions

View File

@ -11,3 +11,4 @@ Day 4
![Day 4](gifs/day4.gif "Day 4")
Day 5
![Day 5](gifs/day5.gif "Day 5")

View File

@ -84,7 +84,7 @@ humidityToLocation = humidityToLocation.filter(cleanInput);
/**
* Given a source input and a sorted list of maps, calculate the destination value
* @param input
* @param maps
* @param maps in the form of [[dest, sourceFrom, sourceTo]]
* @returns
*/
function getMapResult(input: number, maps: number[][]): number {