This project is about data structures in python
Files | Description 0-square_matrix_simple.py | Function that computes the square value of all integers of a matrix. 1-common_elements.py | Function that returns a set of common elements in two sets. 2-update_dictionary.py | Function that replaces or adds key/value in a dictionary. 3-best_score.py | Function that returns a key with the biggest integer value. 4-multiply_list_map.py | Function that returns a list with all values multiplied by a number without using any loops.