Question
Which of the following collision resolution techniques
involves storing all elements that hash to the same value in a linked list?Solution
Chaining is a collision resolution strategy where each index in the hash table is associated with a linked list. If multiple keys hash to the same index, they are added to the linked list at that index. This method allows the hash table to handle an unlimited number of collisions at a single index by dynamically growing the linked list. Advantages of chaining include:
- Simplifies handling collisions, especially in cases with high load factors.
- Reduces clustering compared to open addressing.
- Efficient for insertions and deletions as they occur in linked lists.
The lower a manager is in the organisational hierarchy, the more important his/her _______ skills are
Revenue should be recognized at the point of sale. Which principle is applied here?Â
A company has the following capital structure:
• Equity: ₹60,00,000 (Cost of Equity = 15%)
• Debt: ₹40,00,000 (Pre-tax cost = 10%)...
Which of the following is NOT a reason for corporate restructuring?
With respect to ESOP, which of the following statement is incorrect?
A company claims depreciation of ₹15 lakhs as per tax laws but only ₹10 lakhs as per books. How should this temporary difference be treated?
Under CGTMSE, what is the general provisioning requirement on loans covered under guarantee in case of default?
Read the following information to answer the below questions:Â
Under purchase method of consolidation (older term), goodwill on consolidation arises when:
Calculate Economic order quantity from the following data.
Annual consumption = 10,000 units
Carrying cost = 8%
Cost per unit = Rs....