All Medium Articles
STATUS: Final Year [2021], B.E. Computer Science and Engineering, Tier-3 POSITION: University Graduate, FTE LOCATION: Hyderabad, India DATE: April 10, 2021 Note: I have done… Read More
Telephonic Round: The HR talked about my experience and the tech I am currently working on. Interview Rounds Round 1: Asked two questions also told… Read More
It was an On-Campus drive in April 2021. This drive was held virtually. There were 4 rounds. Online Test Technical Interview I Technical Interview II… Read More
Given two integers N and K, the task is to find the total number of ways of representing N as the sum of positive integers… Read More
Given an array arr[] consisting of N integers such that arr[i] representing the number of socks of the color i and an integer K, the… Read More
Given a string S consisting of N lowercase alphabets, the task is to count the number of substrings whose frequency of each character is even.… Read More
The jQuery .getScript() method loads a JavaScript file from a server using the GET HTTP method and then executes it. Syntax: $.getScript(url,[callback]) Let us look… Read More
React-PDF is a package that helps users to display PDF files in their React app. By using the react-pdf package we can add PDF files… Read More
In this article, we will learn to use ternary or conditional operator in jQuery. The Ternary or Conditional operator takes three operands, a condition followed… Read More
In this article, we are going to learn about comparing two objects to determine if the first object contains equivalent property values to the second… Read More
In this article, we are going to see how to specify a fixed background image in CSS. To keep your background fixed, scroll, or local… Read More
Data Science and Machine Learning both require data and more accurately a bunch of information. Logs and Metrics are two great types of data collecting… Read More
Given a positive integer N representing the number of disks in the Tower of Hanoi, the task is to solve the Tower of Hanoi puzzle… Read More
Mathematics is the highest-scoring subject in CBSE Class 10th board exam. As per the latest CBSE Syllabus, We have organized the chapter-wise solutions of NCERT… Read More
Mathematics is one of the most important subjects in Class 9th. There are certain topics in NCERT Class 9th Math from where various questions were… Read More
Stories are now becoming one of the most seen features in many different apps such as WhatsApp, LinkedIn, Instagram, and many more. In this article,… Read More
ViewPager allows the users to swipe left or right through the pages containing data or see an entirely new screen. You can find this feature… Read More
 Given an array, arr[] consisting of N integers, the task for each array element arr[i] is to print the sum of |i – j| for… Read More
Given a sparse matrix mat[][] of dimensions N*M, the task is to construct and represent the original matrix using a Linked List and reconstruct the… Read More
Given an array arr[] consisting of N integers, the task is to split the array into subarrays such that the sum of the difference between… Read More