# [Day 12: Hill Climbing Algorithm](https://adventofcode.com/2022/day/12)

## [Part One](https://adventofcode.com/2022/day/12#part1)

> [TypeScript](/solutions/typescript/2022/12/src/p1.ts)

## [Part Two](https://adventofcode.com/2022/day/12#part2)

> [TypeScript](/solutions/typescript/2022/12/src/p2.ts)
