User: Allen04

  • Public profile

User profile: Allen04

User info
User name:Allen04
Old user name:allennguyen04
History
Joined:
Number of posts:10
Latest posts:

Recursion-
Hello everyone, I'm trying to understand Backtracking Algorithm. As I understand, Backtracking sh...

Count number of elements that increase or decrease by a factor of 10 with recursion
Thank you for you help @lastchance. I need to write it in C++ and Java also. But when I do the same ...

Count number of elements that increase or decrease by a factor of 10 with recursion
Again. I have to do it with the function [code]int factorsOf10(int arr[], int value) { ... }[/code] ...

Count number of elements that increase or decrease by a factor of 10 with recursion
I'm trying to understand what you did. Thank you so much for your help! Also, the requirement is wr...

Count number of elements that increase or decrease by a factor of 10 with recursion
[code]#include <iostream> using namespace std; int factorsOf10(int arr[], int value) { int coun...

This user does not accept Private Messages