Skip to content

Commit 258d4a5

Browse files
committed
update: revision to comments
1 parent c743abf commit 258d4a5

File tree

1 file changed

+2
-4
lines changed
  • src/_DataStructures_/Stack/2-stacks-using1-array

1 file changed

+2
-4
lines changed

src/_DataStructures_/Stack/2-stacks-using1-array/index.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/**
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
2+
* Revision to PR #35 where I implemented bullshit thinking of
3+
* new breakthrough :D
64
*/
75

86
class TwoStacks {

0 commit comments

Comments
 (0)