Question
A invested Rs. X in a business. After four months B
Joined him with Rs. 7X and A double his investment. If at the end of the years total profit is Rs. 48659, then find the profit share of A?Solution
Profit ratio A to BÂ => (X x 4 + 2X x 8): 7X x 8 => 20X: 56X = 5 : 14 So, profit of A = 48659 x 5/19 = 12805
Which of the following is NOT a common wireless security protocol?
Which architecture allows multiple processors to share memory and work simultaneously?     Â
Which sorting algorithm divides the array into halves recursively?
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in:
Which data structure is used in BFS (Breadth-First Search)?
Which graph traversal technique is commonly used for topological sorting?
In the context of Data Modelling and Analytics, which technique is most suitable for identifying the underlying patterns in high-dimensional data withou...
Consider the following Python code snippet for binary search:
  def binary_search(arr, target):
    low = 0
    ...
Which data structure supports extraction of both min and max in O(1) time and insertion in O(log n)?
For a comparison-based sorting algorithm, which lower bound applies to the worst-case number of comparisons?