+ 2
What is the best problem solving approach?
25 Respostas
0
I think what I need to know is still unsolved. That's why no one has a clear point for this question.
But still someone has given a basic framework:
https://www.freecodecamp.org/news/how-to-solve-coding-problems/
https://en.m.wikipedia.org/wiki/Theory_of_everything
+ 7
There is no such thing. Different problems require different approaches.
+ 4
Thanks for the example. I think I begin to see what you mean...
The concept of computational thinking seems to have some face validity. Sure one may find it helpful in problem solving. But are the methods of this concept really specific? I mean wouldn't many other concepts formulate them more or less the same? On the other hand ā stick to close to such a concept and its methods could even be detrimental as it takes away some flexibility and creativity.
Which takes me back to the initial question: If we were to find a "best approach" ā what would be the unit to measure how good an approach is? To what extent would this measurement be independent across tasks and persons?
+ 4
As said theres no unique framework, but there exist some approaches:
* algorithmia
* theory of computability
* complexity theory
* control theory
* systems theory
* calculus & statistics
And others. Maybe you would be interested TRIZ (a sovietic framework), it could link with other interesting stuff.
Edited:
First design/solve the problem; then implement.
+ 3
There is no such thing as a universal framework either.
+ 3
But the steps depend on the problem? And here we would return to the point Simon Sauter mentioned.
Or do you mean things like "Read the task instruction, do further research if necessary, try and error until problem solved"? I think that's rather common sense. That's why I asked what you would consider an approach.
+ 3
Some good tips sometimes overlooked
-Understand well the problem, if neccesary read it a few times.
-Use charts, diagrams, etc to represent better the problem
-See the problem from different angles or perspective.
+ 2
There is no best approach, at least none that would be independent of problem and solver. This is why nobody "has a clear point for this question". And this is, I think, what we tried to explain (Simon Sauter)
Asking for the ***best*** approach is probably not how to get the answer you are searching for. Maybe you can re-formulate it or put it more precisely?
However, I see you googled and found whatever you were actually searching for... š
+ 2
Break down bigger problems into smaller ones
+ 2
Something that often works for me is to research the issue and then take a break. Go get a coffee somewhere where there is some activity and background noise, but not so much as to be distracting and let your mind wander.
+ 1
Even if you restrict things to coding problems there is no such thing as a best approach.
Giving up on the idea that there is such a thing will help you more than any problem solving strategy. In fact it's pretty much a prerequisite for problem solving.
+ 1
Maybe you don't understand yet but it would be in the future or someone had already given. This is my hypothesis.
By the way thanks for answering and downvoting! Simon Sauter
+ 1
Kamran Riyaz I seriously doubt that you're actually interested in the proof, but if you are, look up a guy named Kurt Goedel.
+ 1
I'm only superficially acquainted with the theory behind computational thinking. But from what I've seen it has the same issue that all non-formal forms of reasoning (e.g. critical thinking) have: it's inherently vague and uses buzzwords instead of a clearly defined terminology.
You can definitely learn something from it (as is the case with other non-formal theories of reasoning) but it lacks both the scope and the precision of a real method. It's more like an assembly of tools you pick and choose from, but you shouldn't think that you get some clear methodology that you can follow step by step.
0
That's right, but I believe there's surely a best approach to solve a coding problem. It would be better to share our experiences regarding problem solving. Simon Sauter
0
The thing you're talking about is the personal approach, that's unique for everyone but there's also a term called framework.
So surely there's a universal framework.
Now, I think you got my point. Simon Sauter
0
It can *literally* be proven logically that there not only is no such thing, but there cannot be such a thing.
0
Maybe today's logic would be tomorrow's error, what we call the logic is what we can prove or understand but this world is full of logicians.
Also if you can prove that it's not possible, make sure to let me know, it would be really helpful for me as well as for the whole world.
Simon Sauter
0
If I said what I think about that last statement I'd probably get banned. So ...
0
Kamran Riyaz It would be helpful if you gave us an example approach so we can understand what you mean by "approach" and "framework"?