What is a prime number? A prime number cannot be divided by another number, with […]
Latest Blogs
Pythagoras Theorem
What is the Pythagoras theorem? It is $ a^2 + b^2 = c^2$. Here, $a$, […]
Bubble Sort Algorithm in Python
In this post, I provide a code that performs a bubble sort in python. Before […]
The Buoyant Force
This post is about the buoyant force and the Archimedes principle.