Hacker Newsnew | past | comments | ask | show | jobs | submit | thekdude's commentslogin

I've really enjoyed Programming Rust by Jason Orendorff and Jim Blandy as a good overview of Rust for an intermediate level programmer with experience in other languages.

Herlihy and Shavit's The Art of Multiprocessor Programming was fantastic for learning about parallel/concurrent algorithm and data structure design


I believe you are talking about chapter 6 section 4, page 130 of the Revised First edition


The Art of Multiprocessor Programming by Herlihy and Shavit have many examples, including stacks, queues, skip lists, and hash tables. There's plenty of papers out there too that have parallel implementations of vectors, various tree structures and more.


https://devcenter.heroku.com/articles/mean-apps-restful-api

This tutorial helped me get started when I needed to build a MEAN webapp for a project


I had an assignment where I needed to implement generic Skip lists in Java, I had a great time doing it, I really enjoy them as a data structure


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: