This paper introduces a new algorithm for mining association rules based on an undirected item set graph, which improves efficiency by scanning the database only once to generate a trade list. The algorithm circumvents the limitations of the traditional Apriori and FP-tree methods by not generating candidate item sets, thus reducing time and space requirements for large datasets. The proposed method is effective in adjusting to changes in the database and minimum support thresholds, providing an efficient way to identify frequent item sets and generate association rules.