Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
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: 12 April 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: 25 April 2025
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
Last Updated: 17 April 2025
The Trie data structure is a tree-like structure used for storing a dynamic set of strings. It allows for efficient retrieval and storage of
...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 !