LogIn
I don't have account.

Stack

A stack is a linear data structure that follows the Last In, First Out (LIFO) principle. Elements are added (push) and removed (pop) from the top, making it ideal for tasks like expression evaluation, backtracking and function call management. Common implementations include arrays and linked lists for efficient data handling.

Top Stack Articles

Check if a Linked List is Palindrome
Palindrome Linked List | Check if a Linked List is Palindrome O(n) time and O(1) space | Fast & Slow Pointer Method with In-Place Second Half Reversal
Stack in C# : Understanding the LIFO Collection in Depth
generic stack in c# , stack in c# , last in firt out data structure , LIFO , Understanding the LIFO Collection in Depth

Popular Topics

String
String is a data type used in most of the programming language. String is a sequence of characters and can contain letters, spaces , symbols ,numbers etc. commonly used for text, though sometimes for arbitrary data.
SQL
SQL stands for Structured query language. It is a programming language for storing and processing information in a relational database. It is standard language for accessing and manipulating databases.
Two Pointes
The two-pointer technique is an efficient algorithmic approach that uses two indexes to traverse data structures like arrays or strings. The pointers move toward each other, away from each other or in the same direction to solve problems involving searching, pair finding or window management. It reduces complexity, often turning O(n²) solutions into O(n), making it ideal for optimized problem-solving.
Coding Problems
Coding problems are exercises designed to test a programmer’s ability to write logic, solve challenges and apply algorithms or data structures. They help improve problem-solving skills, logical thinking and coding efficiency. Common in interviews and competitive programming, coding problems range from simple tasks to complex algorithmic challenges, preparing developers for real-world software development scenarios.
MySQL
MySQL is an open-source relational database management system widely used for storing and managing structured data. It supports SQL for querying, updating and controlling data efficiently. Known for reliability, speed and scalability, MySQL powers web applications, enterprise systems and cloud platforms. It is commonly used with PHP, Java, Python and modern application stacks like LAMP and MERN.
Language-Concepts
This tag is used to understand a basic part of the language.
PostgreSQL
PostgreSQL is a free, open source relational database management system. It was initially developed as a successor of the Ingres database
Git
Git is a distributed version control system used to track changes in code, collaborate with teams and manage project history. It allows developers to work independently on branches, merge updates and revert to previous versions when needed. Git ensures code integrity, supports parallel development, and is widely used in software engineering for efficient source code management and collaboration.
Database
A database is an organized collection of data. It is the collection of schemas, tables, queries, reports, views, and other objects. The data are typically organized to model aspects of reality in a way that supports processes requiring information. Use this tag if you have questions about designing a database.
Sorting
Sorting is the process of arranging data in a specific order, typically ascending or descending. It helps improve search efficiency, data organization and overall algorithm performance. Common sorting algorithms include Bubble Sort, Merge Sort, Quick Sort and Insertion Sort. Sorting is widely used in databases, applications and system processes to manage and analyze information effectively.
Popular Articles
how to install docker on amazon ec2 instance. docker installation command on linux machine, docker commands, Commonly Used Docker Commands on EC2
Find the Maximum Subarray Sum | Largest Sum Contiguous Subarray | Kadane’s Algorithm | Maximum Subarray | Given an integer array nums, find the subarray with the largest sum and return its sum | The Efficient Way to Find Maximum Subarray Sum
Maximum Product Subarray, Find Maximum Product Subarray in an Array, Given an integer array arr, find a subarray that has the largest product,
Top 50 SQL Interview Questions and Answers (Beginner to Intermediate). Top SQL Interview Questions for fresher. Frequently asked SQL interview questions with answers
Top High-Level Design(HLD) Interview Questions and answers, HLD QnA, HLD interview preparation
install mysql by docker. docker mysql server installation. MySQL is one of the most popular open-source relational database management systems. Docker container is a great way to manage and deploy databases in a portable and isolated environment. In this article, we will walk through the steps by step to install and run MySQL in Docker.
You are given two integer arrays arr1 and arr2, sorted in accending order, and two integers m and n, representing the number of elements in arr1 and arr2 respectively. Merge arr1 and arr2 into a single array sorted in accending order.
namespace in c# | namspace concept in c# | c# namespace | c sharp namespace | what is namesapce and it's use cases | why should we use namespace

Most Popular Tools

Explore our top online tools including a blank page for notes, a QR code generator, word counter and collaborative editor. These free, easy-to-use utilities help you write, analyze, share and organize content faster. Perfect for developers, creators and students to streamline everyday digital tasks efficiently.

Blank Page

Create a blank canvas for your ideas, notes or sketches. Use this tool for rough work and jotting down your thoughts

QR Code Generator

A QR Code Generator is a tool that instantly converts text, URLs or other data into a scannable QR code. Users can create custom QR codes for websites, contact info or messages. It's commonly used for quick access, sharing and printing without needing a backend or complex setup.

Word Counter

Perform various string operations like counting characters, words or letters.

Collaborative Editor

Collab Editor is a powerful, free-to-use online platform that lets you collaborate in real-time. Whether you re working on documents, brainstorming idea, or discussing projects etc