Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 332 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 332 Bytes

DeckOfCards

This project was generated with Angular CLI version 1.4.2. Ensure you have angular-cli installed on your station run "npm install" To run unit test: "ng test" To run on server: "ng serve" The shuffle algorithm used is the "Fisher-Yates" which is an O(n) complexity algorithm