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

The Analysis Framework

The Analysis Framework  1. Measuring an Input’s Size 2. Units for Measuring…

Taylor Emma

Properties of Asymptotic Notations

Prerequisite: Asymptotic NotationsAssuming f(n), g(n) and h(n) be asymptotic functions the mathematical definitions…

Taylor Emma

Fundamentals of the Analysis of Algorithm Efficiency

Fundamentals of Analysis of Algorithm: 1 Analysis of Framework 2 Measuring an…

Taylor Emma

Important Problem Types in Algorithms Analysis

Important Problem Types  In the limitless sea of problems one encounters in…

Taylor Emma

Designing an Algorithm and Data Structures

While the algorithm design techniques do provide a powerful set of general…

Taylor Emma

Coding an Algorithm

Most algorithms are destined to be ultimately implemented as computer pro-grams. Programming…

Taylor Emma

Proving an Algorithm’s Correctness

Once an algorithm has been specified, you have to prove its correctness. That…

Taylor Emma

Methods of Specifying an Algorithm

Once you have designed an algorithm, you need to specify it in…

Taylor Emma

Algorithm Design Techniques

Now, with all the components of the algorithmic problem solving in place,…

Taylor Emma

Fundamentals of Algorithmic Problem Solving

Let us start by reiterating an important point made in the introduction…

Taylor Emma