Sponsored
- Female
- 11/07/2001
- Followed by 6 people
Recent Updates
- Queue Data Structure and Implementation in JavaQueues are a fundamental data structure in the field of computer science and are utilized extensively in a variety of applications and algorithms. This article examines the queue data structure concept and its implementation in the Java programming language. First-in, first-out (FIFO) is analogous to the sensation of waiting in a physical line or queue. This feature...0 Comments 0 SharesPlease log in to like, share and comment!
- Maximum Subarray Sum: Kadane's AlgorithmComputer Science is one of the subjects where professional coders are creating various technical concepts for everyday life benefits. Take for example a smartphone. Without coding, our smartphones won’t run; this is how important programming is. Speaking of coding, nothing works without an algorithm. Notably, there are plenty of algorithms, each serving its unique purpose. In this...0 Comments 0 Shares
- How do you find the first unique character in a string?You are most likely to encounter string questions in your upcoming tech giant’s coding interview! From longest palindromic substring to superstring to palindrome partitioning, you will be asked a variety of string related coding questions. One such important string topic that often appears in the coding interviews is finding the first unique characters in a string. Here, you...0 Comments 0 Shares
- Why is it called compile time polymorphism?In the modern age, multitasking is all we require to save time as well as money. But, what if we told you that you could multitask while compiling a program? That is certainly possible by using the function of compile time polymorphism. The concept of polymorphism refers to completing several tasks at the same time using the same method. Now, the concept of compile time polymorphism, takes this...0 Comments 0 Shares
- How do you check if a string is a palindrome?In schools or computer classes you may have often heard of the term, ‘palindrome’! But have you ever thought, you would encounter this concept more than often in your coding journey. In coding interviews, you may often come across the topic of palindrome string. A palindrome string is represented as the one that reads the same from left to right and right to left. ...0 Comments 0 Shares
- Find a triplet that sum to a given valueProgramming is a vast concept. From DSA to OOPs, the classes, functions, algorithms and approaches seem to have absolutely no end! That is why, the sheer complexity of coding concepts make it really difficult to cover them all within a course of 2 months before the technical interviews. One such concept that we shall be discussing today is the triplet sum in array. An array consists of triplets...0 Comments 0 Shares
- How Do You Do Fast Modular Exponentiation?From Diffie-Hellman Key Exchange to RSA private keys, the use of modular exponentiation in cryptography is endless. The formula for modular arithmetic progression basically provides the key ingredients for the functioning of multiple public crypto-systems. But, since this is an arithmetic progression, the performance of the program is highly affected by multiple layers of calculations and...0 Comments 0 Shares
- Minimum Number of Cameras Required to Monitor all Nodes of a Binary Tree. How to Solve It?If you are a programmer, binary trees are a must learn topic! Binary Tree Camera problem is a common question raised in most technical round interviews. It’s a relatively tougher problem and presented primarily to experienced candidates. But recent graduates should prepare for this problem as well. Hence, if you want better detailing on this subject you are at the right...0 Comments 0 Shares
- Subarray Sums Divisible by K in C++ ExplainedGiven an array, you have to find the subarray sum which is divisible by K. The Subarray problems are being asked in a lot of coding contests and interviews. For solving the problem, you will require to have the basic concept of the Linear data structure and its working. If you are not good at that, then it will be going to be difficult for you to solve this question. We are here with the...0 Comments 0 Shares
- Dunzo App Interview Experience & QuestionsAre you searching for Dunzo interview experience to help you prepare for your interview at the thriving company? Look no more! We have simplified the interview process at Dunzo to assist you in understanding and preparing to crack the job. Founded in July 2014, Dunzo is a delivery app that delivers various items ranging from groceries to medicines in seven major cities of India. Dunzo has...0 Comments 0 Shares
More Stories
Sponsored