MathWorks interview question

Coding question: Convert Binary to decimal where binary is given as a linked list?

Interview Answer

Anonymous

8 Jun 2021

(Python) Used bitwise shift operator in a while loop for each linked list node