Paras SainiJan 11, 20204 min readAbout Segment Tree(How to build Segment Tree,C++)Intro:- We always see some query type questions on coding websites like hackerearth,hackerrank etc. For eg- You have been given an array...
Paras SainiJan 10, 20201 min readDo you ever tried to write a program for conversion of a number from any base to any another base.Let's discuss about some input parameters and their constraints, Input:- first line will contain Sb (source number system base), Db...