Skip to content

Tag: algorithms

Find Visible Segments by Sweeping Lines

algorithms computer-science

After two months of classes and two weeks of exams, the first quarter of my Master’s is finally complete. I can say that 1/8th of my degree is complete. With a new quarter comes new courses. It’s been just a week but there is one specific topic that I found quite intriguing: geometric algorithms, specifically sweep line algorithms.

Read More →

Fundamentals of Programming #1: Beginning

computers algorithms c computer-science fundamentals-of-programming

This is the first article of The Fundamentals of Programming Using C series. In this article, we are going to show you some useful concepts about the programming world. We will start by using pseudocode (explained below), advancing gradually until we reach the desired language: C.

Read More →