Home Tags Algorithm

Tag: algorithm

Running a Firebase Machine Learning Algorithm in Android

0
The powerful features of the Firebase ML Kit enable developers to take their apps to a new level. Firebase requires minimum expertise in machine...

Solving Sudoku with a Simple Algorithm

2
Sudoku, a puzzle game, is a popular pastime and even an addiction with some people. Its origins date back to French newspapers of the...

Check This New Sorting Algorithm Design

2
In this article, which is aimed at those who love playing around with algorithms and data structures—programmers, developers and coders—the author shares a new...

Code Sport

0
Over the next few columns, we will take a look at data storage systems, and how they are evolving to cater to the data-centric...

Backups and More with rsync

1
Learn how to use this powerful utility that almost all experts use in their day-to-day work, to perform tasks like back-ups, and much more. The...

Joy of Programming: Bug Hunt

0
Every programmer knows that debugging is akin to a detective's work. In this column, we'll cover this "bug hunt" process with an example of...

Dissecting Instruction Level Parallelism

0
Instruction Level Parallelism (ILP) technology is often used to improve the performance of embedded processors in application-specific domains like Digital Signal Processing. Today's VLIW...