Puzzles - rFronteddu/general_wiki GitHub Wiki
Puzzles
- Understand the problem: Read and understand the problem statement.
- Generate Examples: Create additional input and output cases for each problem.
- Draw observations: Draw observations and patterns based on the examples you created.
- Start with Basic: First, think of the basic way to solve the problem, then optimize the solution.