|
|
|
|
|
by xtracto
2604 days ago
|
|
I've got a PhD in CS, and these structures fascinate me as well. The Bloomier Filter reads amazing. Unfortunately, day to day job has almost nothing to do with these algorithms, but mainly software architecture and maintainability. I think the majority of these algorithms are not really something you will find implementing in day to day work. And at most I can see myself using a library with one of those. Even if you do research, it will have to be very focused on data structures and algorithms to really get deep into some of these. Still, very enjoyable. |
|
Rolling your own data structures is pretty vital if you're working on algorithms.