We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c743abf commit 258d4a5Copy full SHA for 258d4a5
src/_DataStructures_/Stack/2-stacks-using1-array/index.js
@@ -1,8 +1,6 @@
1
/**
2
- * So what special in this implementation?
3
- * This deals with Dynamic array without a size hence the implemetation uses
4
- * lot of space and I can sense that it can be further improved hence feel free
5
- * to open PR
+ * Revision to PR #35 where I implemented bullshit thinking of
+ * new breakthrough :D
6
*/
7
8
class TwoStacks {
0 commit comments