Added gif 5 in readme

This commit is contained in:
2023-12-05 19:55:11 +01:00
parent 636a828512
commit 250aa80c8d
2 changed files with 2 additions and 1 deletions
+1 -1
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 {