
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who

Let's Learn Together
About
I am a passionate content writer who loves making HTML, CSS, JavaScript, MERN, C++, and AI content, which feels less scary and more fun to learn 💻✨. I always try to write the hard concepts in easy and unusual methods that help people to learn more and explore more in deep topics. Always learning, always growing, and always sharing—because the best code is the one we understand together! 🚀
Yash Shri has Published 16 Articles

Yash Shri
133 Views
Divide and Conquer is the technique where all the main problems are divided into subproblems and after that subproblems will be solved and merged into a single solution. The article "Most Asked Divide and Conquer Coding Problems" covers all the important coding problems. It provides you with a wide range ... Read More

Yash Shri
182 Views
A Queue is the data structure used to store and manage the data in a specific order by following the principle of First In First Out (FIFO). The article "Most Asked Problems on Queue Data Structure in Programming Interviews" ... Read More

Yash Shri
73 Views
Recursion Algorithm in Data Structure and Algorithms is used to call the function by itself. The article "Most Asked Problems on Recursion Algorithm in Coding Interviews" benefits you by providing good examples of every problem of the recursion. It provides the problems from the basic to the hard level. It ... Read More

Yash Shri
785 Views
An array is a linear data structure that stores the data on contiguous memory locations. In this article, we will discuss the most common and popular problems of arrays in Data Structures and Algorithms. We are covering basic to advanced-level problems which will help you to learn the whole concept ... Read More

Yash Shri
124 Views
A Stack is the linear data structure used to store the elements that are inserted and removed by following the principle of Last In First Out (LIFO). The article "Most Asked Problems on Stack Data Structure Asked in SDE Interviews" covers all the problems topic-wise and includes the industry level ... Read More

Yash Shri
278 Views
Linked Lists is the linear data structure that stores the data in the node. In this article, we will discuss the most common and popular problems of linked lists in Data Structures and Algorithms. We are covering basic to advanced-level problems which will help you to learn the whole concept ... Read More

Yash Shri
196 Views
The matrix or grid data structure is the mix of two or more linear structures. In this sheet, you will find the important and industry-level problems. It will help you clear the programming interviews. This coding problem is organized from a basic level to an advanced level. ... Read More

Yash Shri
101 Views
Graph consists of vertices and edges which is a non-linear data structure. In this article, we will discuss the most common and popular problems of graphs in Data Structures and Algorithms. We are covering basic to advanced-level problems which will help you to learn the whole concept in a structured ... Read More

Yash Shri
152 Views
String is the collection of the characters used to represent the text. It is immutable in many languages. This article gives you deep knowledge and exceptional learning about the Strings with good examples. We cover common and trending coding problems on String in Data Structures and Algorithms from the basic ... Read More

Yash Shri
103 Views
Binary Search Tree is a data structure with left and right nodes for organizing and storing the data in a sorted manner. This article provides the best coding problems for clearing the interviews. It covers the best and most unique problems from easy to advanced levels. Its main purpose is ... Read More