Closed bhavyapan closed 7 months ago
linkage.py
file that were doing repetitive tasks using loops. I focused on using better and more efficient data structures and list comprehensions wherever applicable. I also used NumPy's built in functionalities to make these more efficient.
changed some functions from list comprehensions to more Pythonic versions such as by using NumPy functionalities, using list comprehensions instead of for loops, and leveraging better data structures.