Posts

Write the c program for the simple, compound interest.

Write a c program for finding the max and min from the three numbers

Develop a program to simulate a simple printer queue system in C

Write a JAVA program using String Buffer to delete, remove character.

Write a JAVA program to sort for an element in a given list of elements using bubble sort.

Write a JAVA program to search for an element in a given list of elements using binary search mechanism.

Write a java program that display the roots of a quadratic equation ax2+bx=0. Calculate the discriminate D and basing on value of D, describe the nature of root.

Write a JAVA program to display default value of all primitive data type of JAVA.

Implement Travelling Sales Person problem using Branch and Bound approach.

Use Backtracking strategy to solve 0/1 Knapsack problem.

Implement N-Queens Problem Using Backtracking.

Write a program to solve 0/1 Knapsack problem Using Dynamic Programming.