Skip to content
Courses
DSA to Development
Machine Learning & Data Science
Generative AI & ChatGPT
Become AWS Certified
DSA Courses
Data Structure & Algorithm(C++/JAVA)
Data Structure & Algorithm(Python)
Data Structure & Algorithm(JavaScript)
Programming Languages
CPP
Java
Python
JavaScript
C
All Courses
Tutorials
Python
Python Tutorial
Python Programs
Python Quiz
Python Projects
Python Interview Questions
Python Data Structures
Java
Java Tutorial
Java Collections
Java 8 Tutorial
Java Programs
Java Quiz
Java Projects
Java Interview Questions
Advanced Java
Programming Languages
JavaScript
C++
R Tutorial
SQL
PHP
C#
C
Scala
Perl
Go Language
Kotlin
Interview Corner
System Design Tutorial
Company Preparation
Top Topics
Practice Company Questions
Interview Experiences
Experienced Interviews
Internship Interviews
Competitive Programming
Multiple Choice Quizzes
Aptitude for Placements
Computer Science Subjects
Operating System
DBMS
Computer Networks
Engineering Mathematics
Computer Organization and Architecture
Theory of Computation
Compiler Design
Digital Logic
Software Engineering
DevOps and Linux
DevOps Tutorial
GIT
AWS
Docker
Kubernetes
Microsoft Azure Tutorial
Google Cloud Platform
Linux Tutorial
Software Testing
Software Testing Tutorial
Software Engineering Tutorial
Testing Interview Questions
Jira
Databases
DBMS Tutorial
SQL Tutorial
PostgreSQL Tutorial
MongoDB Tutorial
SQL Interview Questions
MySQL Interview Questions
PL/SQL Interview Questions
Android
Android Tutorial
Android Studio Tutorial
Kotlin For Android
Android Projects
Android Interview Questions
6 Weeks of Android App Development
Excel
MS Excel Tutorial
Introduction to MS Excel
Data Analysis in Excel
Basic Excel Formulas & Functions
Data Analysis in Advanced Excel
Workbooks
Statistical Functions
Data Visualization in Excel
Pivot Tables in Excel
Excel Spreadsheets in Python
Basic Excel Shortcuts
Mathematics
Number System
Algebra
Linear Algebra
Trigonometry
Set Theory
Statistics
Probability
Geometry
Mensuration
Logarithms
Calculus
DSA
DSA Tutorial
Practice
Practice Coding Problems
Problem of the Day
GfG SDE Sheet
Competitive Programming
Company Wise SDE Sheets
Facebook SDE Sheet
Amazon SDE Sheet
Apple SDE Sheet
Netflix SDE Sheet
Google SDE Sheet
Top Interview Questions
Puzzles
All Puzzles
Top 100 Puzzles Asked In Interviews
Top 20 Puzzles Commonly Asked During SDE Interviews
Data Science
Python Tutorial
R Tutorial
Machine Learning
Data Science using Python
Data Science using R
Data Science Packages
Pandas Tutorial
NumPy Tutorial
Data Visualization
Python Data Visualization Tutorial
Data Visualization with R
Data Analysis
Data Analysis with Python
Data Analysis with R
Deep Learning
NLP Tutorial
Web Tech
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
PHP Tutorial
ReactJS Tutorial
NodeJS Tutorial
Bootstrap Tutorial
Typescript
Web Development Using Python
Django Tutorial
Flask Tutorial
Postman
Github
Cheat Sheets
HTML Cheat Sheet
CSS Cheat Sheet
JavaScript Cheat Sheet
React Cheat Sheet
Angular Cheat Sheet
jQuery Cheat Sheet
Bootstrap Cheat Sheet
Learn Complete Web Development
Trending Now
DSA
Web Tech
Foundational Courses
Data Science
Practice Problem
Python
Machine Learning
JavaScript
System Design
Django
DevOps Tutorial
Java
C
C++
ReactJS
NodeJS
CP Live
Aptitude
Puzzles
Projects
Sign In
▲
Similar Topics
DSA
22.3k+ articles
Arrays
6.4k+ articles
Strings
3.2k+ articles
Competitive Programming
2.3k+ articles
Algorithms
1.9k+ articles
Tree
1.4k+ articles
Data Structures
1.1k+ articles
array-range-queries
360+ articles
Segment-Tree
140+ articles
Trie
85 articles
DSA
>
Advanced Data Structure
Advanced Data Structure
580+ posts
Popular Articles
Recent Articles
Data Structures Tutorial
Last Updated: 30 January 2025
Data structures are the fundamental building blocks of computer programming. They define how data is organized, stored, and manipulated with
...read more
Advanced Data Structure
Data Structures
DSA
Advanced Data Structures
Last Updated: 12 December 2024
Advanced Data Structures refer to complex and specialized arrangements of data that enable efficient storage, retrieval, and manipulation of
...read more
Algorithms
Advanced Data Structure
Data Structures
Introduction to Binary Search Tree
Last Updated: 12 December 2024
Binary Search Treeis a data structure used in computer science for organizing and storing data in a sorted manner. Binary search tree follow
...read more
Binary Search Tree
Advanced Data Structure
DSA
Similar Topics
DSA
22.3k+ articles
Arrays
6.4k+ articles
Strings
3.2k+ articles
Competitive Programming
2.3k+ articles
Algorithms
1.9k+ articles
Tree
1.4k+ articles
Data Structures
1.1k+ articles
array-range-queries
360+ articles
Segment-Tree
140+ articles
Trie
85+ articles
How to write a Pseudo Code?
Last Updated: 23 November 2023
Pseudo code is a term which is often used in programming and algorithm based fields. It is a methodology that allows the programmer to repre
...read more
Algorithms
Advanced Data Structure
Computer Subject
Algorithms-Misc
Picked
DSA
Understanding Time Complexity with Simple Examples
Last Updated: 16 September 2024
A lot of students get confused while understanding the concept of time complexity, but in this article, we will explain it with a very simpl
...read more
time complexity
Algorithms
Analysis of Algorithms
Advanced Data Structure
DSA
Binary Indexed Tree or Fenwick Tree
Last Updated: 19 December 2024
Binary Indexed Trees are used for problems where we have following types of multiple operations on a fixed sized.Prefix Operation (Sum, Prod
...read more
Tree
Advanced Data Structure
Binary Indexed Tree
array-range-queries
DSA
Tutorials
Insertion in Red-Black Tree
Last Updated: 08 August 2024
In the previous post, we discussed the introduction to Red-Black Trees. In this post, insertion is discussed. In AVL tree insertion, we used
...read more
Binary Search Tree
Advanced Data Structure
Self-Balancing-BST
Red Black Tree
DSA
Introduction to Red-Black Tree
Last Updated: 08 July 2024
Binary search trees are a fundamental data structure, but their performance can suffer if the tree becomes unbalanced. Red Black Trees are a
...read more
Advanced Data Structure
Self-Balancing-BST
Red Black Tree
DSA
Tutorials
Insert Operation in B-Tree
Last Updated: 14 January 2025
In this post, we'll discuss the insert() operation in a B-Tree. A new key is always inserted into a leaf node. To insert a key k, we start f
...read more
Advanced Data Structure
DBMS
DBMS Indexing
B-Tree
DSA
Introduction of B-Tree
Last Updated: 29 January 2025
A B-Tree is a specialized m-way tree designed to optimize data access, especially on disk-based storage systems. In a B-Tree of order m, eac
...read more
Advanced Data Structure
Self-Balancing-BST
DBMS
DBMS Indexing
DSA
Segment Tree | Sum of given range
Last Updated: 09 March 2023
Let us consider the following problem to understand Segment Trees.We have an array arr[0 . . . n-1]. We should be able toFind the sum of ele
...read more
Arrays
Tree
Amazon
Mathematical
Advanced Data Structure
Segment-Tree
array-range-queries
DSA
LRU Cache - Complete Tutorial
Last Updated: 27 December 2024
What is LRU Cache? Cache replacement algorithms are efficiently designed to replace the cache when the space is full. The Least Recently
...read more
Amazon
Morgan Stanley
Snapdeal
MakeMyTrip
Queue
Advanced Data Structure
STL
Operating Systems
GATE CS
cpp-unordered_map
DSA
DSA Tutorials
Deletion in an AVL Tree
Last Updated: 11 October 2024
We have discussed AVL insertion in the previous post. In this post, we will follow a similar approach for deletion.Steps to follow for delet
...read more
Tree
Amazon
Morgan Stanley
Oracle
Snapdeal
MakeMyTrip
Oxigen Wallet
Advanced Data Structure
AVL-Tree
Self-Balancing-BST
DSA
Insertion in an AVL Tree
Last Updated: 22 February 2025
AVL tree is a self-balancing Binary Search Tree (BST) where the difference between heights of left and right subtrees cannot be more than on
...read more
Tree
Amazon
Morgan Stanley
Oracle
Snapdeal
Informatica
MakeMyTrip
Citicorp
Oxigen Wallet
Binary Search Tree
Advanced Data Structure
AVL-Tree
Self-Balancing-BST
DSA
Trie Data Structure | Insert and Search
Last Updated: 12 February 2025
The Trie data structure is a tree-like data structure used for storing a dynamic set of strings. It is commonly used for efficient retrieval
...read more
Trie
Amazon
D-E-Shaw
FactSet
Advanced Data Structure
DSA
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !