How to Remove Zero Sum Consecutive Nodes from Linked List using Prefix Sum? March 28, 2020 algorithms, c / c++ No Comments Given the head of a linked list, we repeatedly delete consecutive sequences of nodes that sum to 0 until there are no such sequences. After doing so, return the … [Continue Reading...]