I am a Software Engineer from Lagos, Nigeria.
I am available for Full time, and Part-time Software Engineering Roles.
What is a Stack? A stack is a type of data structure that uses the Last In First Out (LIFO) technique or First In Last Out (FILO) technique. The LIFO technique is used to represent the order in which items are added and taken out of a group or organi...

What is a Linked List? A linked list is a type of list. It keeps elements in a certain order but it uses a style that is different from usual lists. A Node is allocated for each element/item in the list. Each Node maintains a reference to its element...

What is a Linked List? A linked list is a type of list. It keeps elements in a certain order but it uses a style that is different from usual lists. In a linked list, a Node is allocated for each element/item in the list. Each Node maintains a refere...
