Taylor Emma

A senior editor for The Mars that left the company to join the team of SenseCentral as a news editor and content creator. An artist by nature who enjoys video games, guitars, action figures, cooking, painting, drawing and good music.
2477 Articles

Data Flow Architecture

In data flow architecture, the whole software system is seen as a…

Taylor Emma

Object-Oriented Paradigm

The object-oriented (OO) paradigm took its shape from the initial concept of…

Taylor Emma

Architecture Models

Software architecture involves the high level structure of software system abstraction, by…

Taylor Emma

Key Principles

Software architecture is described as the organization of a system, where the…

Taylor Emma

Software Architecture & Design Introduction

The architecture of a system describes its major components, their relationships (structures),…

Taylor Emma

What is a Circular Queue?

Before we start to learn about Circular queue, we should first understand,…

Taylor Emma

Data Structure – Interpolation Search

Interpolation search is an improved variant of binary search. This search algorithm…

Taylor Emma

Implement Queue using Stacks

A Queue is defined by its property of FIFO, which means First in…

Taylor Emma

Data Structure and Algorithms Binary Search

Binary search is a fast search algorithm with run-time complexity of Ο(log…

Taylor Emma

Data Structure and Algorithms Linear Search

Linear search is a very simple search algorithm. In this type of…

Taylor Emma