Skip to content

xiejw/z

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curated Project Lists

  • Connect 4 (c4): A MCTS based AI agent which can play connect four. It is quite strong. Click here to get started.
  • Dancing Link (dlink): An advanced data structure implementing backtracking algorithms, for the exact cover problem (XC).
  • SAT Solver (sat): Few algorithms which aim to solve the Boolean satisfiability problem (SAT).