You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Both a sorted array and a binary tree can let you look up an element in log(N) time. However I would expect a sorted array to be faster in practice because of the constant factor. However inserting ...