Nidhi KesarwaniinAnalytics VidhyaSorting — Counting SortConsider this array. What is the first thing you notice? Yes, right. This array has values in a range that are repeating. Counting array…Oct 22, 2020Oct 22, 2020
Nidhi KesarwaniinAnalytics VidhyaLinked Lists — IdeaIn the array, all the elements need to be stored continuously. Let’s see some of the shortcomings of the array —Oct 19, 2020Oct 19, 2020
Nidhi KesarwaniinThe StartupHashingWhat do we mean by Hash Value of some data? It is a value that uniquely identifies a large data. When we are searching for a value in an…Oct 17, 2020Oct 17, 2020
Nidhi KesarwaniVariable Number of Arguments in C and C++All this time I kept using printf and writing functions but it never occurred to me that printf accepts as many arguments as you want. How…May 8, 20202May 8, 20202