diff --git a/analysis/04-Reverse_Linked_List/readme.md b/analysis/04-Reverse_Linked_List/readme.md index b250f4e..473c77f 100644 --- a/analysis/04-Reverse_Linked_List/readme.md +++ b/analysis/04-Reverse_Linked_List/readme.md @@ -253,3 +253,8 @@ It remains one of the most common classic coding interview questions. The exercise is valuable for learning pointer manipulation. Its usefulness as a predictor of engineering ability is far less obvious. + + +## A More Engineering-Oriented Alternatives + +If the goal is to eveluate pointer manipulation, linked-list traversal and in-place node relocation, a message queue partitioning task may provide a more realistic engineering scenario. This is idea for #05 \ No newline at end of file