This projects deals with the conversion of documents with different formats : html, xps, doc, docx to pdf.
This is a simple Tic-Tac-Toe game developed in Java using the Function, Array, and Conditional and Logical operator.
The program permutations of a string accept one string and produce all the possible permutations of it using recursion and backtracking. Here the problem is approached using C++.
We are going to build java program that calculate electrity bill based on the given units.
In this Java tutorial, we will see run-length encoding. It is a form of data compression in which data(input) characters are stored and counted.
It is an algorithm that is to find maximum subarray problems. It is based on dynamic programming.
It is an interesting game in which we have to guess the number in a given range. If a person chooses right he won otherwise lose
In this project shows the programmatic implementation of Shortest Job First Scheduling Algorithm in Java. Here we calculated the Average waiting time and Average Turn Around Time.
Hello, in this tutorial we will take a collection of string & query arrays & determine the occurrence of query array elements in the string array.
Return a binary matrix that gives 1s for the block where queens are placed. We use Backtracking to solve this problem
Indian Flag in C++ using the OpenGL Utility Toolkit and GLUT library. (Computer Graphics Program)
CRC stands for cyclic redundancy check. In this project, I have used eclipse as an IDE. Mainly CRC is focused on Bits manipulation.