Skip to content

humanagencyorg/interview-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Interview Coding Challenges

Welcome! This repository contains a series of coding challenges for you to complete as part of our interview process.

How It Works

  1. Each challenge lives in its own folder under challenges/.
  2. Read the challenge's README.md for the problem description, requirements, and expected output.
  3. Solve the challenge in any programming language of your choice.
  4. Place your solution file(s) inside the challenge folder (e.g., challenges/fizzbuzz/solution.py).

Guidelines

  • You may use the standard library of your chosen language. Avoid third-party packages unless the problem states otherwise.
  • Your solution should be runnable from the command line. Include brief instructions at the top of your file (as a comment) on how to run it, if it isn't obvious.
  • Write clean, readable code. We care about quality, not just correctness.
  • Feel free to add comments explaining your approach or any trade-offs you considered.

Challenges

# Challenge Difficulty
1 FizzBuzz Easy

Submitting Your Work

Create a branch with your name (e.g., firstname-lastname), commit your solutions, and open a pull request against main.

Good luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published