Dec 16, 20224 min readWhat Are The Basics Of C++?C++ is one of the oldest programming languages ever invented. It was invented by Bjarne Stroustrup in 1979, in New Jersey, at Bell...
Dec 14, 20222 min readUses of Bridges in Computer NetworksComputer networks are not as easy to implement as they seem, especially when it comes to maintaining the security of the data. Developers...
Nov 30, 20222 min readIs there an online C++ compiler?You might be wondering if there's an online C++ compiler that can help you test your code. The answer is yes—a few different options are...
Nov 25, 20222 min readUnbounded Knapsack ProblemIntroduction The knapsack problem is just like a bag is provided to you to keep some things to keep in it. The main idea is to increase...
Nov 22, 20223 min readAn Analysis of Two In-Place Array Rotation AlgorithmsRotating an array in place is a common task that has been studied extensively and in this article, we will discuss two algorithms that...
Nov 21, 20222 min readWhat are the 5 types of Inheritance in Java?As a programmer, you must have come across the term "Inheritance” in Java! Inheritance is the method by which one class is allowed to...
Nov 16, 20223 min readHow to prepare for the Deloitte interview?Congratulations on being shortlisted for an interview with Deloitte. This is a brilliant opportunity to showcase your skills and...
Nov 15, 20222 min readHow do you check if a string is a palindrome or not in Java?Do you know how to check if a string is palindrome or not? If not, then this blog will surely help you with a solution you are looking...
Nov 11, 20222 min readTop Coding, Data Structures, and Algorithm Google code interview questions to practice