Tag: interview question
I was recently being asked by this question: How do you Design a Circular FIFO (First-In First-out) Buffer (Queue) in C? You need to implement two methods: fifoRead and …
@justyy ‘s series of Logits Tests: Introduction to Logic Tests Series Logic Tests Series (2) – DECR We have implemented the DECR function in last series using the only …
This is a real interview question: What is the difference between List and Dictionary in Python? You need to answer that immediately without googling.. My answer: a list is …
This is another classic interview question: You are asked to write a function (in C/C++) that determines the number of bits required to convert one integer to another. The …
Given two 32-bit integers N and M, write a function to replace N (between bits position i and j) with M, so M becomes a substring of N located …