Rahul-Vijay / C_plus_plus_Algos

Collection of C++ Algorithms for a quick reference. Fork it and start hacking :)
0 stars 32 forks source link

Chess recursion algorithm added #5

Closed SrgGrch closed 5 years ago

SrgGrch commented 5 years ago

On the chessboard there are N figures of the opponent. Place on it the minimum number of bishops so that all the enemy pieces are “under attack”.

Rahul-Vijay commented 5 years ago

Good work :)