# exp-2-tree **Repository Path**: oldlie/exp-2-tree ## Basic Information - **Project Name**: exp-2-tree - **Description**: 将表达式转换成树 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # exp-2-tree 把表达式转换成一棵树。先把表达式转换成一颗偏左的二叉树,然后前序遍历二叉树生成可以被tree组件展示的data数据。 demo就是index.html