Saturday, January 18, 2020

Case study: reverse a linked list, and then reverse a linked list in group

January 18, 2020

Introduction

It is my 9:00 AM mock interview as an interviewee. I like to write a case study how to work on the algorithm called reverse a linked list.

Case study

I wrote the first algorithm reverse a linked list using recursive function, and also explained the idea how to solve it using iterative way.


Next I worked on the algorithm called reverse a linked list in group K.

Interviewer's feedback


Interviewee's feedback

I wrote the feedback in the following.


I also made sure that I gave some feedback to interviewer as well.


Above top 50%


Second interview to advance to next round


No comments:

Post a Comment