Coding

Deque in Data Structure

Deque A deque referred as โ€œDouble-Ended Queueโ€, is a linear collection of data items same like queue data structure. deque has two ends, front end and rear end, deque is the unrestricted type of data Read more…

By hadi, ago
Coding

Python Graph

Python Graph: In Computer Science and Mathematics, a Graph is a pictorial representation of a group of objects or elements where some elements are connected using the links. A graph is the network of vertices Read more…

By hadi, ago