Skip to content

loriebi/axway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

JS Version:

node shuffleDeck.js N --- run program


CPP Version:

make all --- compile project
make clean --- clean project

./bin/shuffle N --- run program


Algorithme:

Doubly LinkedList:

Structure of the deck :
Deck {
top card
bottom card
size of deck
}
Structure of the card :
Card {
previous card
next card
value of the card
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published