Resources for improving logic solving skills?
I'm looking for some resource suggestions to help improve my approach to solving difficult logic problems. I feel like my approach needs to be improved. I'm someone who didn't come up with a formal CS background. I would appreciate any mentoring advice. Thanks
Edit - One area I really struggle with is recursion for example. I know I need to separate areas of complexity but really struggle with it.
4 comments
[ 3.1 ms ] story [ 21.7 ms ] threadIt's chunky and very academic book. I read it mostly when I have to interview.
From my observation, I improve at algorithmic problem-solving every time I study the fundamentals:
- Time complexity / Space complexity: In order to measure the efficiency of an algorithm
- Sort and Search algorithms
- Data structures
Over time for lack of practice I get less good at it, but because I've got the resources, I can always "get in shape" so to speak.