aimclub / aimclub/BAMT

Replace unefficient datatypes with more appropriate ones

Open
#99 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
Python
Stars
134
Forks
23
PR merge metrics
No merged PRs in 30d

Description

For example, a list of edges is now stored in a ```list()``` datatype, but a ```set()``` seems to be more appropriate and memory-efficient, since we do not need to store an order of the elements.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.