# dancing-links-java **Repository Path**: remhero/dancing-links-java ## Basic Information - **Project Name**: dancing-links-java - **Description**: 这个是dancing-links-java算法,使用的是java语言,需要改写为C++,或者嵌套使用 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-13 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Dancing-Links in Java This is a Java implementation of Knuth's [Dancing Links](www-cs-faculty.stanford.edu/~uno/papers/dancing.ps.gz) algorithm for solving exact cover problems efficiently. Currently, it can * Solve an exact cover problem (given an int[][] with 0's and 1's) * Generate solutions to a sudoku board