Hacker News new | ask | show | jobs
by swordswinger12 5228 days ago
I'm not sure how to parse your request. "explain the algorithms with code instead of math" is what's tripping me up, what exactly are you looking for? Algorithms are often described as pseudocode, so you want a book that explains pseudocode with code? At some point you have to move to another level of abstraction when talking about an algorithm, which is why mathematical language is used. That said, you could try CLRS. That seems to be the gold standard in algorithms books.