df4a783b06
Complying with JavaScript Standard Style (npx standard --fix).
2021-10-11 15:49:24 +02:00
a3d44ad3e1
Data Structure : remove live code & console.log
2021-10-10 16:11:06 +02:00
ca4c1a62af
style: Fixed most styles (according to standardjs)
2021-05-21 11:16:11 +05:30
e061178174
new stack implementation (ES6) fixes: #{246} ( #247 )
...
* new stack implementation (ES6) fixes: #{246}
* Update Data-Structures/Stack/StackES6.js
Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
* Update StackES6.js
Co-authored-by: vinayak <itssvinayak@gmail.com>
Co-authored-by: Tapajyoti Bose <44058757+ruppysuppy@users.noreply.github.com>
2020-08-21 00:25:17 +05:30
8a9ea57f01
fixed issue with delete operator on stacks ( #218 )
...
* fixed issue with delete operator
using delete operator in arrays ,element remains undefined. so splice is the clean way to do that
* Fixed the semicolon and let errors
* Update Stack.js
2020-07-24 09:38:56 +05:30
75f6888019
Javascript/Math: editing file name
2020-05-06 18:30:19 +05:30