# Subgraph Isomorphism **Repository Path**: zgc186/subgraph-isomorphism ## Basic Information - **Project Name**: Subgraph Isomorphism - **Description**: 子图同构的几个算法实现 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-20 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Subgraph Isomorphism 包括三个版本的子图匹配算法 1. BruteForce 2. Ullman 3. VF2 打开终端,在项目根目录输入`make`即可编译