Preparing for an Interview
Image source: GitHub

Preparing for an Interview

Preparing for interviews is hard, so I decided to put my solutions here. I am going through “Cracking..” book right now, but I think I am going to switch back to LeetCode. If you have any suggestions, let me know.

I still have to go through this list.

This post was moved to http://prep.zafar.cc

Zafar Takhirov

Zafar Takhirov
I am a recent PhD graduate from Boston University. While my work focuses on digital design,error mitigation, and machine learning, my non-work interests range widely from information theory (go Shannon!), quantum computing, grandfather paradox, Star Trek, Little Mermaid, 'why is the grass green?', 1Q84, etc., etc., etc. If you want to talk about, well, anything - just ping me.

Passing cv::Mat as argument

Often times when we pass `cv::Mat`, we forget one important thing: `OpenCV` matrix does not respect the `const` modifier.In this post I w...… Continue reading

Hungarian Algorithm

Published on July 19, 2017

Adaptive Classification and More

Published on February 13, 2017