Data Structure

How to implement a queue using linked list – Java & C++

Hello Coders! Welcome to codingbroz and our Data Structures and algorithm interview series.
Today, we are going to see an interesting problem commonly asked in coding interviews is How to implement a queue using linked list ? We will also implement the code in Java as well as C++ programming language.

Introduction to Graph Data Structure

Hello coders, welcome to codingbroz !!! Today in this article we will talk about What are graphs? What are the types of graphs? What are the terminologies used for graphs? and all about Basics of Graph Data Structure