You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mini Excel built with Linked List data structure from scratch in C++. Managing the links of nodes was a tough task. It is incorporated with features like insertion / deletion of rows / columns, shifting of nodes, printing sum / average of selected cells, copy / paste rows and columns, etc.