From 01dadec3526bbee1b7174652b64148f0964b875c Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Fri, 12 Oct 2018 15:29:18 +0200 Subject: [PATCH] Add problem solving --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a3b99e8..32b7321 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,10 @@ Learn how to learn! * [You can increase your intelligence: 5 ways to maximize your cognitive potential](https://blogs.scientificamerican.com/guest-blog/you-can-increase-your-intelligence-5-ways-to-maximize-your-cognitive-potential/): forgive the clickbait title, it’s actually a good article. * [How to ask good questions](https://jvns.ca/blog/good-questions/), Julia Evans. +### Problem solving + +* [Dealing with Hard Problems](https://artofproblemsolving.com/articles/hard-problems) + ### Project management See [Project management section on my engineering-management list of resources](https://github.com/charlax/engineering-management#project-management).