CS Logs

Written by Celestine Ekoh-Ordan who lives and works in Lagos, Nigeria as a full-stack developer.

Understanding MVC

August 05, 2020

MVC stands for Model-View-Controller. The Model View Controller pattern is an architectural design pattern commonly used in software…

Analyzing sorting algorithms

June 21, 2020

Searching and Sorting are two common CS problems. Several sorting algorithms already exist that solve this problem is some shape or form…