Skip to content

Course project built in Python that simulates Swift's memory management with 2D arrays.

Notifications You must be signed in to change notification settings

GustavoRassi/Memory-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Description

  • The program simulates Swift's memory management principles using Python.
  • It represents a 2D array (matrix) and its equivalent 1D array (vector).
  • The program is organized into a class 'Memory', which encapsulates various methods for handling and manipulating theses arrays.

What I Learned

  • Array manipulation
  • Class and Object-Oriented Programming
  • Menu-driven interface
  • Understanding data equivalency
  • Memory management simulations

About

Course project built in Python that simulates Swift's memory management with 2D arrays.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages