While taking a udemy course for data structures and algorithms I have learned that there are many other types of data structures than the ones I’ve been using which are arrays and objects. There are arrays, objects/hashes, linked lists, stacks and queues, trees, and graphs. I’ll be doing a simple…