K-Nearest Neighbors (KNN) algorithm.K-Nearest Neighbors (KNN) Algorithm K-Nearest Neighbors (or simply KNN) is a simple supervised…Eckysaroyd NyatoJanuary 18, 2021 4 min
Queue & DequeWhat is a queue?A queue is a linear data framework that operates based on FIFO (First-In-First-Out). The initial…Nicodemus NgufuliJanuary 08, 2021 4 min
Introduction to data structure and algorithms The organization of a collected data in a unique way so that the function to be performed on it…Nicodemus NgufuliJanuary 02, 2021 3 min
Python data typesData types in Python.Datatypes in Python. Datatypes are mainly used to store a type of data into a computer memory or…Nicodemus NgufuliFebruary 03, 2021 4 min
Python vs other languagesHow to install Python in windows 10 OSWe will learn how to write python code and running it using Python.It is mandatory to install Python…Nicodemus NgufuliJanuary 26, 2021 2 min