Posts by Sonal Bera
Author Biographical Info: .
Sonal Bera is an undergraduate student at Delhi Technological University, pursuing his B.Tech in Information Technology.
Skilled in C++, Data Structures & Algorithms, Web Development, and Content Creation, he has a keen interest in the fields of management and finance. A quick learner and dedicated team player, he is always looking to add new skills to his portfolio. Highly efficient in multitasking, time management, and compartmentalization, uses his communication skills and administrative talents to get the best out of any given situation.
In this tutorial, we try to convert a vector of elements into a set of elements in C++. Vectors in C++ are not new but are in fact containers similar to arrays that can expand or s.... Read More
This post tells about the difference between GCC and G++. To begin with, they are the compilers that are used to compile and execute various C and C++ programs. Lets’s start .... Read More
Hello every one, here in this article, we have to count the minimum frequency of elements in a Linked List in C++. In simple terms, we have to determine those elements in the list,.... Read More
In this tutorial, we will write a code to display the greater number of Q queries in an array in C++. What this means is that, say we have an array with elements. The next greater .... Read More
In this article, we are going to see how we can output an IP address with 3 digits for each part in C++. We can also say that we will pad octets of IP Address with Zeros in C++. So.... Read More
Hello everyone, in this post we are going to see the implementation of Brick Sort in C++. Brick Sort is also sometimes called as Odd/Even sort. This sort is not something new, but .... Read More
Hi everyone. today we are going to learn the various exit commands in Python. Python is an easy to use language but sometimes it may get a little complex. One such case is the use .... Read More
Hi guys, today we try to see what is the isspace() in C++. When we insert a string into the system, it may or may not have spaces among them. So if we need to check if such kinds o.... Read More