# FindX **Repository Path**: sunowsir/FindX ## Basic Information - **Project Name**: FindX - **Description**: A multi - mode matching software based on binary dictionary tree. - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FindX > A multi - mode matching software based on binary dictionary tree. * install : ```bash make clean make make install ``` * uninstall : ```bash make uninstall ``` * 使用展示: ![样例1](./1.png) * 技术说明: 1. 字符串编码(二进制码) 2. 字典树二叉化、线索化,建立失败指针 3.