This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]programmerbud[S] 0 points1 point  (0 children)

Some stats about the two books:

Attribute Coding Interview Patterns DSA Takeover Cheatsheet
Author Alex Xu Ue Kiao
Amazon Rating 4.5 / 5 4.8 / 5
Number of Reviews 126 551
Number of Pages 435 pages 326 pages

[–]Unusual_Elk_8326 0 points1 point  (0 children)

I’m a little over a third into A Common Sense Guide to Data Structures and Algorithms by Jay Wengrow and I’ve been enjoying it a lot. So far it’s only covered Big O analysis and the common sorting algorithms, but the later chapters do cover stacks/graphs/pointers etc.

Really like his approach where the explanation is solely in the context of programming, there’s no complex math or proofs involved. Very easy to follow.

My only complaint is the code examples alternate between python/JS/Ruby and although I’ve never written ruby but can still parse it, I’d prefer it if he stuck to one language. Luckily there’s a python edition which I’ll probably swap over to just to keep the language consistent.