Closes #2 Added idea for nex one

This commit is contained in:
2026-06-23 18:02:40 -04:00
parent cae7127193
commit 233c53fb9d

View File

@@ -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