What is Python: Installation Guide

Prerequisites If you’re new to Python make sure to read our previous article. It is compatible with all different operating systems. It’s easy to set up in fact, if you’re using the Linux system you will have python pre-installed. In this article, you’ll know: How to check the python version? How to download Python? The […]

Read More
wordpress-hints-circular-queue-google

Circular Queue: An implementation tutorial

Prerequisites To learn about Circular Queue, you should first have a good understanding of the following: Python 3 Linear Queues (you can learn more here) Basic Python data structure concepts – lists Basic math operations – modulo(%) What is a Circular Queue? Before you go ahead and read this tutorial, I highly recommend you to […]

Read More