//
pkg.gl
Category
github.com/skeptycal/gosimple
datatools
structures
array
package
0.0.0-20220607003519-24ca9bfe3687
Repository:
https://github.com/skeptycal/gosimple.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
13 SLOC
#
Interfaces
Array
Array is a random access data structure with a fixed size.* Access O(1) Search O(n) Insert O(n) Delete O(n).