Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fizzyelt/advent-of-code-2022
- Owner: FizzyElt
- Created: 2022-12-01T12:57:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T12:55:16.000Z (about 2 years ago)
- Last Synced: 2023-03-05T17:16:35.852Z (almost 2 years ago)
- Topics: advent-of-code, advent-of-code-2022, adventofcode
- Language: TypeScript
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)