Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 238 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 238 Bytes

N Queen

Python implementation of N-Queen problem with GA and Min-Conflict algorithms.

Prerequisites

  • Python 3.3+
  • Numpy

Usage

For GA algorithm:

$ python ga.py

For Min-Conflict algorithm:

$ python min_conflict.py