...

/

Exercise: Pairs with Sums

Exercise: Pairs with Sums

Challenge yourself with an exercise in which you'll have to find pairs from a doubly linked list which sum to some number.

We'll cover the following...

Problem

In this exercise, you are required to find pairs from a doubly linked list which sum to a specified number.

An example is illustrated for you below.

Coding Time!

In the code below, ...