Search found 1 match

by jobbysunrise
Thu Jul 29, 2010 4:08 pm
Forum: Volume 3 (300-399)
Topic: 343 - What Base Is This?
Replies: 72
Views: 28334

Re: 343(What Base is This?)

I'ev encounted a weird situation, all the logic seems no problem, and at first I implement the pair match as follows

while(start_index_one < 37 && start_index_one < 37)
{
if(value_one[start_index_one] < value_two[start_index_two])
start_index_one++;
else if(value_one[start_index_one] > value ...

Go to advanced search