Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fizzyelt/advent-of-code-2022

Try to use functional programming to solve the problems
https://github.com/fizzyelt/advent-of-code-2022

advent-of-code advent-of-code-2022 adventofcode

Last synced: 19 days ago
JSON representation

Try to use functional programming to solve the problems

Awesome Lists containing this project

README

        

# advent of code 2022

Try to use functional programming to solve the problems

## library
- fp-ts
- ramda

## Links
- [day 1](./day-1/index.ts)
- [day 2](./day-2/index.ts)
- [day 3](./day-3/index.ts)
- [day 4](./day-4/index.ts)
- [day 5](./day-5/index.ts)
- [day 6](./day-6/index.ts)
- [day 7](./day-7/index.ts)
- [day 8](./day-8/index.ts)
- [day 9](./day-9/index.ts)
- [day 10](./day-10/index.ts)
- [day 11](./day-11/index.ts)
- [day 12](./day-12/index.ts)
- [day 13](./day-13/index.ts)
- [day 14](./day-14/index.ts)