Recent Posts

Linked List data Structure

2 minute read

In computer science, a linked list is a linear collection of data elements whose order is not given by their physical placement in memory. Instead, each elem...

Array data structure

1 minute read

An array is a collection of items stored at contiguous memory locations. The idea is to store multiple items of the same type together. This makes it easier ...

Queue data structure

2 minute read

We can define the queue data structure as a restrictive linear FIFO (first in firstout) type structure, this indicates that the first element that entered th...

Stack data structure

2 minute read

We can define the stack data structure as a linear restrictive structure of type LIFO (last in first out), this indicates that the last element that entered ...

Management Styles

1 minute read

Being a great boss means helping to boost employee productivity and job satisfaction through effective management.