We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb588d commit 0d1b1edCopy full SHA for 0d1b1ed
Data-Structures/Stack.ts
@@ -1,4 +1,4 @@
1
-/* Stack data-structure. Its work is based on the LIFO method (last-IN-first-OUT).
+/* Stack data-structure. It's work is based on the LIFO method (last-IN-first-OUT).
2
* It means that elements added to the stack are placed on the top and only the
3
* last element (from the top) can be reached. After we get access to the last
4
* element, it pops from the stack.
0 commit comments