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

Warshall’s and Floyd’s Algorithms

In this section, we look at two well-known algorithms: Warshall’s algorithm for…

Taylor Emma

Greedy approach vs Dynamic programming

A Greedy algorithm is an algorithmic paradigm that builds up a solution piece by…

Taylor Emma

Knapsack Problem

Here is another well-known problem in algorithmics. Given n items of known weights w1, w2,…

Taylor Emma

Exhaustive Search

Exhaustive Search: 1. Traveling Salesman Problem 2. Knapsack Problem 3. Assignment Problem…

Taylor Emma

Closest-Pair and Convex-Hull Problems by Brute Force

In this section, we consider a straightforward approach to two well-known prob-lems…

Taylor Emma

Closest Pair of Points using Divide and Conquer algorithm

We are given an array of n points in the plane, and…

Taylor Emma

Algorithm Visualization

In addition to the mathematical and empirical analyses of algorithms, there is…

Taylor Emma

Mathematical Analysis of Recursive Algorithms

In this section, we will see how to apply the general framework…

Taylor Emma

Mathematical Analysis of Non recursive Algorithms

In this section, we systematically apply the general framework outlined in Section…

Taylor Emma

Empirical Analysis of Algorithms

In few Sections (2.3 and 2.4), we saw how algorithms, both nonrecursive…

Taylor Emma