Question
Which type of fermentation is used to produce
yogurt?Solution
Yogurt uses thermophilic cultures (Lactobacillus bulgaricus + Streptococcus thermophilus) at 42–45°C, producing lactic acid for texture/tang.Â
Which of the following is NOT a common wireless security protocol?
Which shortest-path algorithm is appropriate for graphs with non-negative weights and supports decrease-key efficiently for faster performance?
The time complexity of the best case for QuickSort is:
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in:
Which of the following algorithms uses a greedy approach?
Which of the following is true for a min-heap?
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?
Which of the following sorting algorithms is considered stable (i.e., preserves the relative order of equal elements)?
What is the time complexity of inserting an element in a heap?