Mayonaize
Mayonaize
CC#
Created by Mayonaize on 10/29/2023 in #help
❔ Removing dupes in a linked list
I need to make a function that gets a linked list, and returns that linked list with all sequences of 3 or more consecutive equal numbers be removed for example: 1,3,3,3,4,5,5,6,9,9,9,9 becomes 1,4,5,5,6
271 replies