Initial working commit

This commit is contained in:
2022-12-11 12:44:35 +01:00
parent 8d25208c83
commit 28597a3f26
4 changed files with 122 additions and 8 deletions

View File

@@ -1 +1,8 @@
This repository contains answers to the assignments of Advent of Coding 2022
# Advent of Code 2022 - Assignment8 javascript
## Description
This problem is all about walking through a grid. In this solution, we look through an entire column and row until we find a node with height <= height.
## References
- https://www.w3schools.com/jsref/jsref_charat.asp
- https://stackabuse.com/javascript-check-if-variable-is-a-number/
- https://www.w3schools.com/jsref/jsref_abs.asp