What do you mean by articulation point?
Answer / Ashutosh Kumar
An articulation point in a graph is a vertex whose removal disconnects the graph into two or more connected components. A vertex with indegree equal to 0 and outdegree greater than 0 is also considered an articulation point.
| Is This Answer Correct ? | 0 Yes | 0 No |
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
What is garbage collection in data structure?
What are different techniques for making hash function? Explain with example.
write an algorithm to show the procedure of insertion into a b-tree?
What is binary tree used for?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
Does hashset guarantee order?
Explain stacks and queues in detail.
What does enum do?
Explain binary searching and Fibinocci search?
What is a matrix?
Will arraylist maintain insertion order?