Open in app

Sign In

Write

Sign In

Megha Agarwal
Megha Agarwal

9 Followers

Home

About

Jan 13, 2021

Linked List Implementation of Stack

Stack as we know is a Last In First Out(LIFO) data structure. It has the following operations : push: push an element into the stack pop: remove the last element added top: returns the element at top of the stack Implementation of Stack using Linked List Stacks can be easily implemented using a linked list. Stack…

5 Min Read

3 min read

Linked List Implementation of Stack
Linked List Implementation of Stack
5 Min Read

3 min read


Jan 7, 2021

Strings Vs Arrays

The main difference between the two is that arrays can have any data type of any length while strings are usually ASCII characters that are terminated with a null character ‘\0’. Both are very different in terms of how they are being implemented in various programming languages. Arrays and strings…

5 Min Read

4 min read

Strings Vs Arrays
Strings Vs Arrays
5 Min Read

4 min read


Jan 5, 2021

Strings In Data Structures

Introduction: Nowadays, computers are widely used for word processing applications such as creating, inserting, updating, and modifying textual data. Besides this, we need to search for a particular pattern within a text, delete it, or replace it with another pattern. So, there is a lot that we as users do…

5 Min Read

3 min read

Strings In Data Structures
Strings In Data Structures
5 Min Read

3 min read


Jan 1, 2021

Array in Data Structures

Introduction: One of the most common features of procedural programming languages is the concept of an array. Arrays seem like simple things but there are many questions that must be answered when adding them to a language, such as:- fixed-size or variable-size? is the size part of the type? what…

5 Min Read

3 min read

Array in Data Structures
Array in Data Structures
5 Min Read

3 min read

Megha Agarwal

Megha Agarwal

9 Followers

2nd Year CSE UnderGraduate

Following
  • Pavini Jain

    Pavini Jain

  • Ayushi Sheode

    Ayushi Sheode

  • Shivani Sundriyal

    Shivani Sundriyal

  • Duggal Shweta

    Duggal Shweta

  • Swatimandal

    Swatimandal

See all (7)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams