Introduction to graphs in data structure
Dec 19, 2022 · 3 min read · Hey everyone, In this article, I will introduce you to the most famous data structure as far as coding interviews are concerned i.e the graph data structure. So, let's get started. Definition A Graph is a non-linear data structure consisting of verti...
Join discussion