Categorygithub.com/ISCODIGO/go-ds
repository
0.0.0-20241112004113-9d47b74a4e2a
Repository: https://github.com/iscodigo/go-ds.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-ds

Estructuras de datos escritas en Go con las ideas surgidas del libro Data Structures and Algorithms Analysis de Clifford Schaffer1

Estructuras

  • listas: ArrayList y LinkedList
  • pilas: StackArray y StackLL

Referencias