Posts by Aakash Puri
Author Biographical Info: Not available
In this tutorial, you will learn what is Z algorithm and how to implement it in Java Programming Language. What is Z-Algorithm? Z Algorithm is generally used to find a specific pat.... Read More
In this tutorial, you will learn about atomic_flag in C++. It is of atomic boolean type. Unlike other atomic operations, it is lock-free. And it does not provide load and store ope.... Read More
In this tutorial, you will learn about the two ratio manipulation functions in C++ i.e. ratio_equal() and ratio_not_equal(). Apart from these two ratio manipulation functions, ther.... Read More
In this tutorial, you are going to learn how to detect coins in C++ programming language using the OpenCV library. Before getting to the code you must know what is OpenCV library a.... Read More
In this tutorial, you will learn about the 0-1 Knapsack problem in Java. But before that, you should have a theoretical knowledge of the 0-1 Knapsack problem. So, what does the wor.... Read More
In this tutorial, you are going to learn about the concept of Reflection API (Application Program Interface) in Java. This is a concept that is not used commonly but is very helpfu.... Read More