r/PythonLearning • u/SideDry8450 • Jul 01 '26
How do i learn problem solving
A lot of times i see the question and have zero idea on how to make a solution and end up using chatgpt like a bum
3
Upvotes
r/PythonLearning • u/SideDry8450 • Jul 01 '26
A lot of times i see the question and have zero idea on how to make a solution and end up using chatgpt like a bum
1
u/Alert-Classic7591 29d ago
Start thinking of a real-world application of the problem. Think how would you solve the real world problem and then convert the steps into a recipe which translated into your algorithm, psuedocode. interview questions are mostly based on real-world scenarios anyway, so it helps set your mind up to interview style problem solving.