darrensham / Queens

Slides and programs for BitTiger lecture 10/05/2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queens / 八皇后 + 位运算

This repository contains the slides and programs I used in the BitTiger lecture on 10/05/2016. In this lecture, I wrote 5 programs to solve the n-queens problem, each one faster than the previous. Bit operations played a key role in enabling the acceleration.

这里是我在2016年10月5日的BitTiger讲座上使用的PPT和代码。 在此次讲座中,我介绍了n皇后问题的五种越来越快的解法。 位运算对提高速度起了关键作用。

About

Slides and programs for BitTiger lecture 10/05/2016


Languages

Language:Java 100.0%