You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement q_delete_dup
Previously, q_delete_dup was a placeholder that only returned true
without performing any deletion. This commit implements the function
to properly remove duplicate elements from a list.
The function traverses the list, detecting and deleting all nodes
with duplicate values to ensure uniqueness.
Change-Id: I395f4127532880664eb305288cf7835e892fde05
0 commit comments