GithubHelp home page GithubHelp logo

edulis8 / n-queens Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 145 KB

JavaScript Algorithms Challenge: Given an N*N chessboard, how many queens can you place on the board without them threatening each other?

HTML 0.41% CSS 1.76% JavaScript 97.83%

n-queens's Introduction

N-Queens

I completed this project (using recursion, of course) when I was a student at Hack Reactor Remote.

JavaScript Algorithm Challenge: Given an N*N chessboard, how many queens can you place on the board without them threatening each other?

Structure:

The repository consist of

  • backbone app
  • test Specs files.

BoardViewer - backbone

The boardviewer is backbone app allowing to visualize an N*N chessboard and interact with it. The chessboard will detect invalid boards by highlighting the rows, columns and/or diagonals (major or minors) with conlficts.

to run it, simply open BoardViewer.html with your browser

SpecRunner - mocha

The specrunner contain both the tests for the BoardViewer, and in particular for the

  • Empty board
  • Board with row conflicts
  • Board with column conflicts
  • Board with major diagonal conflicts
  • Board with minor diagonal conflicts

as well as test for the solvers:

  • Finds a valid n-queens solution for n of 0-7
  • Finds the number of valid n-queens solutions for n of 0-8

Testing

Tests are made with the Mocha testing framework. Test are located in the ./spec directory. To run the Just open the spec runner file with chrome.

SpecRunner.html

n-queens's People

Contributors

edulis8 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.