Skip to content

Instantly share code, notes, and snippets.

@bambuchaAdm
Created January 27, 2014 02:58
Show Gist options
  • Select an option

  • Save bambuchaAdm/8642644 to your computer and use it in GitHub Desktop.

Select an option

Save bambuchaAdm/8642644 to your computer and use it in GitHub Desktop.
// (..)
int hinty[25];
gimme_hint(tablica,&hinty);
render(size,hinty,kur_x, kur_y);
void gimme_hint(int current_board[5][5], int ** result )
{
int current_state[23];
int hint_vector[25];
int * best = *result;
int next[25];
int i,j;
//whatever
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment