Open in app

Sign In

Write

Sign In

Ayushi Sheode
Ayushi Sheode

7 Followers

Home

About

Jan 15, 2021

Codeforces Round #629 (Div 3) A problem with optimized approach

While we write code, we continuously make decisions and choose between solutions that may seem equivalent at first. Later it usually turns out that some choices result in a more efficient program than others, so a quest for best coding practices and optimization techniques naturally arises, and we begin to…

Codeforces

2 min read

Codeforces

2 min read


Jan 7, 2021

Iterators in STL

Introduction : What are iterators? • Iterators act like pointers and are used to access elements of the container. • We use iterators to move through the contents of containers. • Iterators are handled just like pointers. • We can increment or decrement them as per our requirements. • Iterators…

Stl

2 min read

Iterators in STL
Iterators in STL
Stl

2 min read


Jan 6, 2021

Different String Functions in C and C++

Introduction : Strings are defined as an array of characters . The difference between a character array and a string is that string is terminated with a special character ‘\0’. There are many predefined string functions which makes our task easier . Some of the most commonly used String functions…

String

4 min read

Different String Functions in C and C++
Different String Functions in C and C++
String

4 min read


Jan 1, 2021

Sorting Algorithms

Before diving into different sorting algorithms. Let’s first get into what sorting is? It means to arrange items/data according to specified criteria. In computer science, a sorting algorithm is used to arrange elements of a list or an array in order. The importance of sorting is that data searching can…

Sorting Algorithms

5 min read

Sorting Algorithms
Sorting Algorithms
Sorting Algorithms

5 min read

Ayushi Sheode

Ayushi Sheode

7 Followers
Following
  • XQ

    XQ

  • Shivani Sundriyal

    Shivani Sundriyal

  • Megha Agarwal

    Megha Agarwal

  • Riddhi Dutta

    Riddhi Dutta

  • Pavinijain

    Pavinijain

See all (6)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams