This project implements sparse data structures (1D sparse array and 2D sparse matrix) using doubly linked lists. Instead of storing large arrays and matrices full of zeros (wasting time and memory), ...