Added gif 5 in readme
This commit is contained in:
parent
636a828512
commit
250aa80c8d
|
@ -11,3 +11,4 @@ Day 4
|
||||||
![Day 4](gifs/day4.gif "Day 4")
|
![Day 4](gifs/day4.gif "Day 4")
|
||||||
|
|
||||||
Day 5
|
Day 5
|
||||||
|
![Day 5](gifs/day5.gif "Day 5")
|
||||||
|
|
|
@ -84,7 +84,7 @@ humidityToLocation = humidityToLocation.filter(cleanInput);
|
||||||
/**
|
/**
|
||||||
* Given a source input and a sorted list of maps, calculate the destination value
|
* Given a source input and a sorted list of maps, calculate the destination value
|
||||||
* @param input
|
* @param input
|
||||||
* @param maps
|
* @param maps in the form of [[dest, sourceFrom, sourceTo]]
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
function getMapResult(input: number, maps: number[][]): number {
|
function getMapResult(input: number, maps: number[][]): number {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user