Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.37 KB

File metadata and controls

38 lines (26 loc) · 1.37 KB

Everybody Codes Solutions

This repository contains my solutions to the puzzles from Everybody Codes.

About

Everybody Codes is a coding challenge platform featuring algorithmic puzzles and problems. This repository showcases my approach to solving these challenges, primarily using Kotlin.

Project Structure

src/
├── main/
│   ├── kotlin/it/pidaydev/
│   │   ├── common/      # Shared utilities and helper functions
│   │   ├── story[NN]/   # Solutions for story #[NN] quests
│   │   └── y[YY]/       # Solutions for year 20YY quests
│   └── resources/       # Uncommitted - you should get your own input files!
│       └── inputs/      # Puzzle input files
│       └── solutions/   # Personal solutions, saved for non-regression testing
└── test/                # Not really using this 😅, but it's here in case I TDD some solutions
    ├── kotlin/          # Test files
    └── resources/       # Test resources

Technologies

  • Language: Kotlin
  • Build Tool: Gradle

Progress

Solutions are organized by year and quest number. Each quest typically has parts with increasing difficulty.

License

This is a personal learning repository. Feel free to reference the solutions, but I encourage you to attempt the puzzles yourself first!