Cell viability is the measure of the proportion of living cells in a population. Used to determine the number of living or dead cells in a total sample so the experiment can be optimized if required. It does not differentiate between dividing and non-dividing cells. Viable cells = x Dead cells = y Total cells […]
Year: 2021
Infosys – HackWithInfy Coding practice problem – 2 : Players
Ravi and Shanu play a game. Initially they write N random numbers on a sheet of paper. Suppose the integers written are a1, a2, a3 …..,an. Now they start playing a game. In each turn a player selects a number and erases it from the sheet.
Infosys – HackWithInfy Coding practice problem – 1 : Auction Winner
You are at a fine art auction and are looking for a specific painting. There are N people who have gathered to place a bid on that same painting.The rules of at this auction are a bit different, Such that, the person with the lowest unique bid wins the auction.
Implementation of Linked List in Python
In this post, We will see the implementation of Linked-List in python.
Creation of Linked List in Python
For creating a Linked List of 3 Nodes. We would first need to create 3 Nodes and then point next of Node1 to Node2, next of Node2 to Node3.
Why Nature choose Phosphorous and not any other element of Periodic Table?
Phosphorous is an element of the periodic table with the atomic number 15. In nature, it is commonly present in the form of phosphates. It plays a crucial role in many biological processes. It would not be wrong to say that it will be difficult to create life without Phosphates.
Why GFG (GeeksForGeeks) is the best website to earn money online for Students / IT – professionals ?
In this post, I am talking about why GFG website is the best website to earn money online for computer science Students / IT – professionals.
Let’s see what are the multiple ways to earn money online from GeeksForGeeks website.
Infosys InfyTQ Practice Problem – 1 | Four Digit OTP
Problem Statement: You will be given a number in the form of the string, extract out digits at odd index then square and merge them. The first 4 digits will be the required OTP which shows as output. If 4 digit OTP is not generated then give output -1.
Agarose gel Electrophoresis: Principle and procedure
what is electrophoresis? Electrophoresis is the movement of particles/molecules under a spatially uniform electric field in a buffer. When charged molecules are placed in an electric field, they migrate toward the +ve or -ve pole according to the charge in the molecule. The rate of migration of the molecules depends on the strength of the […]
Python Fundamentals Quiz : Set – 1
This Quiz checks your python fundamentals knowledge.