Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View swagasoft's full-sized avatar

simon Jerry swagasoft

View GitHub Profile
var minimumCardPickup = function(cards) {
let store = {}
let result = Number.POSITIVE_INFINITY
console.log('Positve infoty', result)
let tempResult = 0
for(let i = 0; i < cards.length; i++){
let element = cards[i]