mirror of
https://github.com/emirpasic/gods.git
synced 2026-06-15 16:16:35 +03:00
- update all documentation to be in godoc style
This commit is contained in:
@@ -24,10 +24,11 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
// Implementation of stack backed by ArrayList.
|
||||
// Package arraystack implements a stack backed by array list.
|
||||
//
|
||||
// Structure is not thread safe.
|
||||
// References: http://en.wikipedia.org/wiki/Stack_%28abstract_data_type%29
|
||||
|
||||
//
|
||||
// Reference: https://en.wikipedia.org/wiki/Stack_%28abstract_data_type%29#Array
|
||||
package arraystack
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user