lib to solve the linkedin daily challenge `Queens`
Project description
Linkedin_Queens_challenge
Solve the Linkedin daily challenge "Queens"
Usage
Step 1- Take a snapshot of the daily queens problem board, and save this image
Step 2- Run the following code:
pip install linkedin-queens-solver
import linkedin_queens_solver
import cv2
image = cv2.imread("<path to the image where the board is saved>")
linkedin_queens_solver.solve_queens(image, visualize=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file linkedin-queens-solver-0.0.2.tar.gz
.
File metadata
- Download URL: linkedin-queens-solver-0.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61b55ce8d5ddd8808c8fc6ac071a2488e3625206da834bd5b8a0984631af2288 |
|
MD5 | 757ea071a6ed0b83f96c3f8413a95a61 |
|
BLAKE2b-256 | 95e32ec68ac9b570653eca15cedca00c83ff58ab335f0cde334488694492425b |