Skip to content

INS368-Katas/lab2-2d-array-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Array simulation

The assignment #2 required the creation of a program to simulate the functionality of a 2D array by using a one-dimensional array. The following methods to develop for this assignment are:

  createTwoDimensionalArray(rows, columns int) []int

  assignValue(arr []int, rowSize, colSize, rowIndex, columnsIndex, value int)

  readValue(arr []int, rowSize, colSize, rowIndex, columnIndex int) int

Authors

  • Alejandro Encarnación
  • Ángelo González

About

Laboratory #2 for the class "Tendencias en Desarrollo de Aplicaciones" at INTEC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages