Write a c program that prints a multiplication table for a given number and the number of rows in the table. on October 14, 2025 C Language +
Write a c program for finding the max and min from the three numbers on October 14, 2025 C Language +
Write a JAVA program to sort for an element in a given list of elements using bubble sort. on May 04, 2025 java +
Write a JAVA program to search for an element in a given list of elements using binary search mechanism. on May 04, 2025 java +
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. on May 04, 2025 java +
Write a JAVA program to display default value of all primitive data type of JAVA. on May 03, 2025 java +
Implement Travelling Sales Person problem using Branch and Bound approach. on May 03, 2025 DATA STRUCTURES +
Write a program to solve 0/1 Knapsack problem Using Dynamic Programming. on May 03, 2025 DATA STRUCTURES +