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 Structure and Algorithms – Queue

Queue is an abstract data structure, somewhat similar to Stacks. Unlike stacks,…

Taylor Emma

Data Structure – Expression Parsing

The way to write arithmetic expression is known as a notation. An arithmetic…

Taylor Emma

Data Structure and Algorithms – Stack

A stack is an Abstract Data Type (ADT), commonly used in most…

Taylor Emma

Circular Linked List

Circular Linked List is a variation of Linked list in which the…

Taylor Emma

Doubly Linked List

Doubly Linked List is a variation of Linked list in which navigation…

Taylor Emma

Single Linked List

What is Linked List? When we want to work with an unknown…

Taylor Emma

Linear Array

Data structure means, organizing the data by using models, in computer memory. …

Taylor Emma

Abstract Data Types

Abstract Data type (ADT) is a type (or class) for objects whose…

Taylor Emma

Abstract Data Structures

Before we start considering classes in C#, which implement some of the…

Taylor Emma

What are File Manipulation Functions in C Language

Question: What are File Manipulation Functions in C Language Answer: Functions which manipulate files…

Taylor Emma