ahmadsamehh / deletethemiddlenote

0 stars 0 forks source link

Improvement #2: Use refrences instead of a Vec #2

Open salaheldinsoliman opened 3 months ago

salaheldinsoliman commented 3 months ago

A linked list is a series of nodes, where each node contains some info (An ID), and a pointer to the next node. How about this: https://rust-unofficial.github.io/too-many-lists/first-final.html