Skip to content

Commit 994ebfa

Browse files
authored
Fixed typos and links in doc per issue 4237. (#4253)
1 parent 69d77c6 commit 994ebfa

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

docs/PROBLEM-SOLVING.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
# Problem Solving Strategies
22

33

4-
As the first article here states, `Problem solving is a meta-skill`.
4+
As the first article here states, **_Problem solving is a meta-skill_**.
55
We find that often, the syntax or structure of a programming language isn't the most difficult part of solving a challenge - figuring out _what to code_ or _where to start_ is.
66
Developing strategies and a system to break down problems into code-able steps is a **great** skill to cultivate.
77
Below are some community-sourced articles, videos, and books that can help you develop this super-skill.
88

99

1010
- Free Code Camp offers a good overview article on [How to Think Like a Programmer - Lessons in Problem-Solving][free-code-camp-think-like-a-programmer].
1111
- Jeremy Howard, founder of fast.ai has a nice summary of [G. Polya's Problem Solving Techniques][g-polya-how-to-solve-it-summary].
12-
- Originally written in 1945 as guidance for tackling complicated math problems,[G. Polya's How To Solve It][g-polya-how-to-solve-it] (full book) is still _excellent_ advice for problem-solving in general.
12+
- Originally written in 1945 as guidance for tackling complicated math problems, [G. Polya's How To Solve It][g-polya-how-to-solve-it] (full book) is still _excellent_ advice for problem-solving in general.
1313
- Kurtis Pykes writing for Towards Data Science has a nice [hands-on tutorial for problem-solving][Kurtis Pykes: Hands-on Tutorial - How to Improve Your Problem-Solving Skills as A Programmer].
1414
- Mentioned in the Free Code Camp Article, V. Anton Spraul's [Think Like a Programmer: An Introduction to Creative Problem Solving][v-anton-spraul-think-like-a-programmer] is a more modern and programming-focused take on the same general methods Polya outlines for mathematics.
1515
- [Felienne Hermans][felienne-hermans] is more focused on _how_ people learn the art of coding and how that maps to learning in general.
16-
She has written [The Programmers Brian][programmers-brain-free-online], with strategies for reading code better, thinking about code clearly, writing better code, and becoming a better code collaborator.
16+
She has written [The Programmer's Brian][programmers-brain-free-online], with strategies for reading code better, thinking about code clearly, writing better code, and becoming a better code collaborator.
1717
- You can order a physical copy of her book [here][programmers-brain-manning].
18-
- She also has two interesting videos on the same topic: [How to Teach Programming (and other things??)][felienne-hermans-how-to-teach-programming] and [Programming is Writing is Programming ][felienne-hermans-programming-is-writing-is-programming].
18+
- She also has two interesting videos on the same topic: [How to Teach Programming (and other things)?][felienne-hermans-how-to-teach-programming] and [Programming is Writing is Programming ][felienne-hermans-programming-is-writing-is-programming].
1919
- [Algorithmic Thinking (Daniel Zingaro)][daniel-zingaro-algorithmic-thinking] from No Starch Press and [How to think like a programmer (Paul Vickers)][paul-vickers-how-to-think-like-a-programmer] also cover problem-solving when coding.
20-
- [Computational Thinking: A beginner's guide to problem-solving and programming (Karl Beecher)][beecher-computational-thinking] and [Computational Thinking for the Modern Problem-Solver (Riley and Hunt)][riley-and-hunt-computational-thinking]. Also offer strategies for thinking about problems and breaking them down for coding solutions.
20+
- [Computational Thinking: A beginner's guide to problem-solving and programming (Karl Beecher)][beecher-computational-thinking] and [Computational Thinking for the Modern Problem-Solver (Riley and Hunt)][riley-and-hunt-computational-thinking] also offer strategies for thinking about problems and breaking them down for coding solutions.
2121
- [From Computing to Computational Thinking (Paul S. Wang)][wang-computational-thinking] is a bit more generalized and academic, but offers problem-solving strategies and structures that can apply to more than coding, and does not require prior programming knowledge.
2222

23-
Some of the books above may also be read through the Association of Computing Machinery library.
23+
Some of these books may also be read through the Association of Computing Machinery (ACM) library.
2424
Membership (paid) information is available at [acm(dot)org][association-for-computing-machinery].
2525

26-
2726
[Kurtis Pykes: Hands-on Tutorial - How to Improve Your Problem-Solving Skills as A Programmer]: https://towardsdatascience.com/hands-on-tutorial-how-to-improve-your-problem-solving-skills-as-a-programmer-83f0a8d1082f
2827
[association-for-computing-machinery]: https://www.acm.org/membership/membership-benefits
2928
[beecher-computational-thinking]: https://www.karlbeecher.com/project/ct
30-
[daniel-zingaro-algorithmic-thinking]: https://nostarch.com/algorithmic-thinking
29+
[daniel-zingaro-algorithmic-thinking]: https://nostarch.com/algorithmic-thinking-2nd-edition
3130
[felienne-hermans-how-to-teach-programming]: https://www.youtube.com/watch?v=g1ib43q3uXQ
3231
[felienne-hermans-programming-is-writing-is-programming]: https://www.youtube.com/watch?v=uO3a4HIBDU4
3332
[felienne-hermans]: https://www.felienne.com/
@@ -37,6 +36,6 @@ Membership (paid) information is available at [acm(dot)org][association-for-comp
3736
[paul-vickers-how-to-think-like-a-programmer]: https://www.researchgate.net/publication/236270907_How_to_Think_like_a_Programmer_Problem_Solving_for_the_Bewildered
3837
[programmers-brain-free-online]: https://www.manning.com/books/the-programmers-brain#toc
3938
[programmers-brain-manning]: https://www.manning.com/books/the-programmers-brain
40-
[riley-and-hunt-computational-thinking]: https://www.amazon.com/Computational-Thinking-Problem-Textbooks-Computing-ebook/dp/B00IZL9NQI
39+
[riley-and-hunt-computational-thinking]: https://www.amazon.com/Computational-Thinking-Problem-Textbooks-Computing/dp/1466587776
4140
[v-anton-spraul-think-like-a-programmer]: https://archive.org/details/think-like-a-programmer/page/n19/mode/2up
42-
[wang-computational-thinking]: https://www.amazon.com/Computing-Computational-Thinking-Paul-Wang-dp-1482217651/dp/1482217651/ref=mt_other?_encoding=UTF8&me=&qid=
41+
[wang-computational-thinking]: https://www.amazon.com/Computing-Computational-Thinking-Paul-Wang-dp-1482217651/dp/1482217651

0 commit comments

Comments
 (0)