Trees Interview Questions Min Query HarshJuly 27, 2020April 8, 2022 Concepts Used Segment Trees Difficulty Level Easy Problem Statement : Given an array of N elements and Q queries. In each query he is given two values l, r. We...
Linked list articles ADD ONE TO THE NUMBER ShailyJuly 27, 2020November 25, 2022 In this article, we will learn how to add one to linked list. As we know inked list points to every next node as well as contains the address of...