generare permutari

Download generare permutari

If you can't read please download the document

Upload: dragu-stelian

Post on 17-Nov-2015

7 views

Category:

Documents


2 download

DESCRIPTION

Programare Backtracking

TRANSCRIPT

Untitled

#include #define MAX 20using namespace std;int n, v[MAX];int valid(int k);int solutie(int k);void afisare(int k);void BK(int k);

int main(){ cout > n; BK(1); return 0;}

void BK(int k){ int i; for (i=1; i