I'm writing this off-the-cuff so don't read too much into it if you don't want to. I love this trend of using comics to describe technical ideas (which, as far as I can tell, started in earnest with Julia Evans). I think it's a great way to remove some of the scaryness-factor that more serious tomes (like Cormen et al) are associated to. I don't think the niche is nearly reaching oversaturation. I think there is plen…
To expand on this from the perspective of a student, I primarily study mathematics but will be pursing a double in math and cs, and I actually enjoy very rigorous (what some people may call dry or intimidating) textbooks in both fields because I am generally quite pedantic. However, that being said, I would love a book like this not necessarily as a main source of the actual information I am learning, but rather as a…
Show HN: A coloring book of data structures and algorithms
41–50 of 107 posts
Re: Show HN: A coloring book of data structures and algorithms
#42another thing you may find inspiration from are algorithm visualizations referenced or created by Edward Tufte [1] "Excellent sparkline-like graphics from Robert Sedgewick, Algorithms in C (1998) Sparklines and sparkline-like graphs can also move within complex multivariate spaces, as in these 9-step sequential results (reading down the columns) in merge-sorting 5 different types of input files. Four variables and 18…
[1] Article -- https://bost.ocks.org/mike/algorithms/ [2] Talk -- https://vimeo.com/112319901
Re: Show HN: A coloring book of data structures and algorithms
#43I'm writing this off-the-cuff so don't read too much into it if you don't want to. I love this trend of using comics to describe technical ideas (which, as far as I can tell, started in earnest with Julia Evans). I think it's a great way to remove some of the scaryness-factor that more serious tomes (like Cormen et al) are associated to. I don't think the niche is nearly reaching oversaturation. I think there is plen…
I think it started earlier (around 2008) with Scott McCloud doing a comic describing the architecture of the (then newly introduced) Chrome browser, especially the innovation of running each tab in a separate process - http://www.scottmccloud.com/googlechrome/
Re: Show HN: A coloring book of data structures and algorithms
#44I don't see myself coloring the pages in; primarily as I wouldn't want to use up any resources. Granted, I'm a 30+ PhD student, so I might not be the targeted market. The only things I have of differing colors are dry erase markers. For a (much) younger audience, I could see the teacher buying this, but in that breath, they are always looking to not spend a lot (or any) money on supplies, so a $30-40 coloring book fo…
I think your idea about providing colored examples is good and have heard it from a few people now so that's definitely worth looking into.
Also I am red green colorblind so thanks for keeping people like me in mind! I'll have to remember to stay mindful of that.
Cheers
Re: Show HN: A coloring book of data structures and algorithms
#45I really liked this idea as an approach to learning algorithms, and i think it would really enhance people's understanding of an algorithm, because it's easier when they visualize it like that. But i think this would work better with younger people and high school students.
Re: Show HN: A coloring book of data structures and algorithms
#46I'm writing this off-the-cuff so don't read too much into it if you don't want to. I love this trend of using comics to describe technical ideas (which, as far as I can tell, started in earnest with Julia Evans). I think it's a great way to remove some of the scaryness-factor that more serious tomes (like Cormen et al) are associated to. I don't think the niche is nearly reaching oversaturation. I think there is plen…
I was playing Human Resource Machine and implemented a linked list in assembly without even realising it. Once I did, I first felt so smart that I had to brag about it, and I also thought, "that wasn't so scary..."
Re: Show HN: A coloring book of data structures and algorithms
#47Re: Show HN: A coloring book of data structures and algorithms
#48Related tangent: "Unflattening" is an absolute masterpiece when it comes to exploring the relationship between text and imagery.
Re: Show HN: A coloring book of data structures and algorithms
#49Earlier quoted context omitted.
When it comes to comics, No Starch Press ( https://www.nostarch.com/catalog/manga ) has manga/comics that describes advanced ideas in a fun way. A Manga Guide to Algorithms and Data Structures sounds like a great addition to the collection
Actually the founder of No Starch reached out to me about publishing this book. Will definitely be following up with him =)
Grokking Algorithms by Aditya Bhargava is something I skim for fun occasionally and this seems like a great complement!
Re: Show HN: A coloring book of data structures and algorithms
#50I really liked this idea as an approach to learning algorithms, and i think it would really enhance people's understanding of an algorithm, because it's easier when they visualize it like that. But i think this would work better with younger people and high school students.
Thanks for the input. For more experienced folks, do you think it could be a nice break from coding just for fun?