This document describes a new method for detecting community structure in complex networks based on node similarity. The method works as follows:
1. It calculates the similarity between all node pairs using a local node similarity metric.
2. It treats each node as its own community initially. Then it iteratively incorporates the community of the current node with the communities containing its most similar nodes.
3. It selects the most similar uncovered node as the next current node, and repeats the process until all nodes have been incorporated into communities.
The method requires only local network information and has a computational complexity of O(nk) for a network with n nodes and average degree k. It is evaluated on real and computer-generated networks, demonstrating