Tag: algorithm
Running a Firebase Machine Learning Algorithm in Android
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
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
In this article, which is aimed at those who love playing around with algorithms and data structuresprogrammers, developers and codersthe author shares a new...
Code Sport
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
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
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
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...