mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Minor README updates.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stack
|
||||
|
||||
In computer science, a stack is an abstract data type that serves
|
||||
In computer science, a **stack** is an abstract data type that serves
|
||||
as a collection of elements, with two principal operations:
|
||||
|
||||
* **push**, which adds an element to the collection, and
|
||||
|
||||
Reference in New Issue
Block a user