nmiano1111 / auction-nqueens

Demo back end auction lib and solution to n-queens problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auction Lib

A simple back end auction library built with Scala. I know the instructions said to assume a key/value store lib, but I thought it would be fun to go ahead and actually use one. I used casbah and mongodb (until now, my only mongo experience was with Node.js. so it seemed like a good opportunity to learn a Scala based lib for it).

The auction library can be found in /src/main/scala/Auction.scala. AuctionStore.scala houses a singleton for interacting with casbah/mongo.

Tests are in /src/test/scala/AuctionSpec.scala.

N-Queens Soluton

The solution can be found in /src/main/scala/EightQueen.scala

To clone, run

git clone https://github.com/meekrabR6R/auction-nqueens.git

from the console in desired directory.

About

Demo back end auction lib and solution to n-queens problem


Languages

Language:Scala 100.0%