[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
forum.virtualchallengemeets.com • View topic - Matrices Recursions
Page 1 of 1

Matrices Recursions

PostPosted: Thu Mar 29, 2012 9:13 pm
by sxk1693
All im going to say right now is that these are basically impossible. any tips on doing them.

Re: Matrices Recursions

PostPosted: Fri Mar 30, 2012 5:43 pm
by DentonKnight
They are not impossible. Most of them follow a pattern. If you cannot find the shortcut, you need to practice more. If you give specific examples, I will help with those.
Qualifications: 3rd 4A State Computer Science in 2011.

Re: Matrices Recursions

PostPosted: Fri Mar 30, 2012 6:58 pm
by sxk1693
what about the ones on the district tests

Re: Matrices Recursions

PostPosted: Fri Mar 30, 2012 8:34 pm
by DentonKnight

Re: Matrices Recursions

PostPosted: Thu Apr 05, 2012 11:59 am
by le cool cat
The one on district 1, my teammate got it right. we discussed it and here's how he did it. He logiced it out that the second one would return it. i don't have the actual test right now but here's what it was in pseudo

int m1 = 1 + recursive call
int m2 = 2 + recursive call
int m3 = 1 + recurseive call

return max of m1 m2 and m 3

he logiced it out that m2 had to be the highest with 2+ 2 + 2 + 2+ 2...

i'll have more details when i get my test later, but that's what he told me.

Re: Matrices Recursions

PostPosted: Thu Apr 05, 2012 12:54 pm
by FabensMath
I don't think you can post anything about district questions until like this Saturday night, just saying, cause it makes it to a certain level unfair to those competing for wildcard.

Re: Matrices Recursions

PostPosted: Thu Apr 05, 2012 5:04 pm
by le cool cat
i personally don't think it'd matter, being that this is district week 1, and the timeframe for that test is over, but i don't want to risk disqualification. i have the problem and everything, but i'll post how we did it saturday night when district week 2 is over.

Re: Matrices Recursions

PostPosted: Thu Apr 05, 2012 8:31 pm
by smeag
ok, how would you write a mouse clicker program? You know, just have the mouse keep clicking on something?

Re: Matrices Recursions

PostPosted: Thu Apr 05, 2012 10:40 pm
by sxk1693
Dont you implement the mouseListener interface or whatnot

Re: Matrices Recursions

PostPosted: Fri Apr 06, 2012 11:12 pm
by le cool cat
yes. mouselistener.

anyways. i have the explanation of the problem in my drafts, and i'll post it on sunday/tomorrow night.

it seems UIL is using more logic on cs tests though. gotta keep that in mind for regions :)

Re: Matrices Recursions

PostPosted: Sat Apr 07, 2012 7:58 pm
by le cool cat