User-submitted CPP Projects

33
1435 reads
ali4fun's picture

Submitted by

ali4fun
Tags:

9
2391 reads
YOUR_MIND_READER
Read your mind in 5 steps. A program in C++ using random number gerating function.
Run It Now!
23
2613 reads
wutdupuk's picture

Submitted by

wutdupuk
Tags:

ABCSales
logs sales of each sales man with corresponding commission, bonus, etc. Beta Version: input not manually read each run of the program yet.
Run It Now!
42
1807 reads
factorialOfLargeNoUpto5000
this is a program to find factorial value of large numbers.
Run It Now!
57
2575 reads
MaxHeap
An implementation and demo of the MaxHeap data structure. Usually heaps are implemented using an array for storage, but I've heard this is bad news for caching. Here's a tree-based implementation.
Run It Now!
113
2153 reads
rahul_manglani21's picture

Submitted by

rahul_manglani21
Tags:

22
1993 reads
rahul_manglani21's picture

Submitted by

rahul_manglani21
Tags:

37
1819 reads
rahul_manglani21's picture

Submitted by

rahul_manglani21
Tags:

FactorialOfLargeNumber
Find the factorial of a large number
Run It Now!