Algorithms

15 best computer programming languages for beginners

Computer programming languages are often confusing for beginners, each with its own dialect and vernacular. And every programming language has…

7 years ago

Breadth First Search example (BFS) – How GPS navigation works

There are differences in the route which I usually take and the one which GPS shows as the shortest, probably…

7 years ago

Tower of Hanoi recursion game algorithm explained

Tower of Hanoi game is a puzzle invented by French mathematician Édouard Lucas in 1883. History of Tower of Hanoi…

7 years ago

Dijkstra’s Banker’s algorithm detailed explanation

Even after reading many articles on Banker's algorithm and Europe's deadlock several times, I couldn't get what they were about.…

7 years ago

How football betting odds work using Poisson distribution

Toward the end of the 19th century, Russia-born Polish economist, Ladislaus Bortkiewicz came up with a strategy to predict the…

7 years ago

Algorithm on how to find the day of a week

  In 1970, John Horton Conway came up with an algorithm, often termed the “Doomsday Algorithm.” (Though it had no…

7 years ago

Why study data structures and algorithms?

Many young programmers scour the web trying to find answers to this question: How to study Algorithm and Data structure?…

7 years ago

What is Redis and how to begin with it

  Over the last decade or so, there have been dozens of open source software applications that have revolutionized technology…

8 years ago

Creating your first 2D game with A* Algorithm

Moving from point A to point B is the prime requirement for many games—whether it is a strategic tactic-based RPG…

8 years ago

Elo rating system: Common link between Facemash and chess!

  Remember the scene from the Facebook movie,  The Social Network where Mark Zuckerberg, while creating “Facemash” (the earlier version of…

8 years ago

5 medical algorithms that are transforming the healthcare industry

This post focuses on the impact that medical algorithms have in the field of healthcare where you must be a…

8 years ago

Algorithms are taking over and how!

  "For someone who doesn't watch many matches, Elihu Feustel makes a million dollars by winning bets simply by using…

8 years ago