JOELib Tutorial: A Java based cheminformatics/computational chemistry package | ||
---|---|---|
Prev | Chapter 6. Algorithms | Next |
Calculates the topological distances between all atom pairs. Here a simple Breadth First Search (BFS the Section called Breadth First Search (BFS)) is used to calculate these distances, which causes a running time of O(A3), where A is the number of atoms.