Common Programs Prime Number up to N number / First Ten Prime numbers / Factorial of a given number

Submitted by akhilesh on
Submitted by:- Akhilesh Sharma India / Punjab / Nawanshahr. (+91)(0)9463008090 1. //Program to find the factorial of given number; #include #include void main() { long num,fact=1; clrscr(); cout"\n Enter the number to find the factorial: "; cin>>num; for(;num>0;) { fact=fact*num; num--; } cout"Factorial is :"

Fibonacci Series and Binary Search Version 1.0

Submitted by jakerpomperada on
About this code i called it Fibonacci Series and Binary Search Version 1.0. It shows how to perform the code in two ways recursive method and non recursive method. I hope this can help anyone in C programming. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact me can reach me in my mobile numbers at 09296768375 and

Sorting Algorithms in C Version 1.0

Submitted by jakerpomperada on
About this code i called in Sorting Algorithms Version 1.0. It composed of five most common sorting algorithms like bubble sort, selection sort, insertion sort, bucket sort and shell sort written entirely in C. I hope this code will help someone you are new in C programming. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact

Month and Year Calendar Version 1.0

Submitted by jakerpomperada on
About this code i called in Month and Year Calendar Version 1.0. If uses passing argument in Java to generate the month and year calendar. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact me can reach me in my mobile numbers at 09296768375 and 09226034089. Thank you very much and Happy Programming. Regards, Mr. Jake

Quick Sort Version 1.0

Submitted by jakerpomperada on
About this code it is another popular sorting algorithm called Quick Sort. I wrote this code in C programming language Im using Turbo C 2.0 as my compiler in this application. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact me can reach me in my mobile numbers at 09296768375 and 09226034089. Thank you very much and Happy

Bucket Sort Version 1.0

Submitted by jakerpomperada on
About this code it is another popular sorting algorithm called Bucket Sort. I wrote this code in Java programming language. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact me can reach me in my mobile numbers at 09296768375 and 09226034089. Thank you very much and Happy Programming. Regards, Mr. Jake Rodriguez Pomperada