Published 2018-07-16 14:20 Tagged on graph algorithms Articulation Point  If a graph becomes disconnected after removal of any node (and its adjacent edges also) from the graph, then we call that node as an articulation point of the graph. In the picture, we can see that if the node d is...
Published 2018-07-15 01:43 Tagged on interview algorithms Lowest Common Ancestor Node in a Tree: A Success Story **_Interviewer:_** Are you ready for your interview? _**Candidate**:_ Yeah, I am ready. **_Interviewer:_** Would you please introduce me to your most recent project? **_Candidate:_** I finished a Multi-Target project in Civil 3D (software for civil engineering based on AutoCAD) a...