Author: Caleb Sawe
Binary Search in python
In the previous post, the binary search in python was discussed but not in enough detail. Therefore, in this post, the binary search in python…
Linear Search Python
Introduction Linear Search in Python is quite different and much simpler as compared to Binary Searching in Python. Linear Searching in Python involves going through…
Sorting Algorithms and Searching Algorithms in Python
Sorting Algorithms and Searching algorithms like insertion sort, selection sort are essential to learning as a programmer because these form the base of any programmer….
Python Send Email Program
Did you know we can send emails using Python? Emails have become an essential part of any online profile. They are required to create accounts…
Tic Tac Toe Python
Tic Tac Toe Python, is what we are going to do in this post. Tic tac toe is a simple game that most if not…
Sudoku solver Python |Backtracking|Recursion
Definition Sudoku is a simple number game that involves a grid of nine-by-nine boxes. Numbers from one to nine fill the boxes. No number can…
Guess the Number Python
Most beginner programmers as well as seasoned developers want to put their skills to the test by trying out various projects to enhance their skills….