Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdventOfCOde "Trebuchet Puzzle" #1

Open
dchidindu5 opened this issue Dec 2, 2023 · 1 comment
Open

AdventOfCOde "Trebuchet Puzzle" #1

dchidindu5 opened this issue Dec 2, 2023 · 1 comment

Comments

@dchidindu5
Copy link

This is my first time doing advent of code puzzle, I would like to know how to technically solve the first puzzle. Are their principles one could follow?
Although I've read through the instructions but still unable to comprehend

@CodeByAidan
Copy link

Hi @dchidindu5 !

Welcome to Advent of Code!

For the "Trebuchet Puzzle," understanding the principles involves breaking down the problem and applying basic programming concepts. Here's a general guide on how to approach it:

  1. Read the Problem Statement:
    Carefully read through the puzzle description to understand what's required. Please keep in mind any rules or patterns mentioned.

  2. Break It Down:
    Break the problem into smaller parts. Focus on solving one aspect at a time rather than tackling the entire situation.

  3. Use Test Input:
    You can use the test input provided to test your solution if available. This can help identify any issues and ensure your solution is on the right track.

  4. Debugging:
    Print intermediate results or use a debugger to understand how your code is behaving. This can help you identify any logical errors.

If you have specific questions or a particular part of the puzzle you find challenging, feel free to share your approach or ask for guidance. I'm sure you will get assistance better that way. You should try your best; if you get stuck, refer to Reddit for tips. While I am not the owner of this repo, I can help as best as possible!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants