You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Some people recommend these, but I think it's going overboard, unless you have many years of software engineering experience and expect a much harder interview:**
-[ ][Introduction to Algorithms](https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844)
370
-
-**Important:** Reading this book will only have limited value. This book is a great review of algorithms and data structures, but won't teach you how to write good code. You have to be able to code a decent solution efficiently.
371
-
- aka CLR, sometimes CLRS, because Stein was late to the game
- The first couple of chapters present clever solutions to programming problems (some very old using data tape) but
375
-
that is just an intro. This a guidebook on program design and architecture, much like Code Complete, but much shorter.
376
-
377
-
-~~"Algorithms and Programming: Problems and Solutions" by Shen~~
378
-
- A fine book, but after working through problems on several pages I got frustrated with the Pascal, do while loops, 1-indexed arrays, and unclear post-condition satisfaction results.
379
-
- Would rather spend time on coding problems from another book or online coding problems.
0 commit comments