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
A basic email management program to illustrate how data structures work in an email app. Hash table for storing accounts, Linked List for storing emails, queue for sending and receiving emails.