top of page
Search
The Tech Platform
Jan 14, 2023
Data Structure: Stacks and Queues
In this article, we will give a brief introduction to Data Structure: Stacks and Queues. In this, we will also discuss the Stacks...
The Tech Platform
Dec 9, 2021
what is Stack and Queue in C#?
Stack Stack class represents a last-in, first out collection of object. It is used when you need a last-in, first-out access of items....
The Tech Platform
Oct 12, 2021
What are Message Queue?
A message queue is a component in a system’s architecture that helps buffer and distribute asynchronous requests. As stated earlier, a...
bottom of page