# Action **Repository Path**: llyronx/Action ## Basic Information - **Project Name**: Action - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Action Action 是一个全新的,开放源代码的 C++ 类库,它封装了包括 Integer 、 String 等在内的基本数据类型,以及部分容器类型。 - ArrayList (动态数组) - LinkedList (链表) - Heap (优先队列) - BitSet (比特数组(用于存储比特位,节省内存)) - Queue (队列) - Stack (栈) - Deque (双端队列) - HashSet (用哈希实现的集合) - HashMap (用哈希实现的字典) - TreeSet (用二叉树实现的集合) - TreeMap (用二叉树实现的字典) - Map和Set接口 - 异常处理功能 ## 其他 **警告:本工程支持g++、Visual Studio编译,如果使用后者,请保证版本号不小于7(Visual Studio 2003)** 请支持C++11,建议使用C++11标准进行编译。 **Release中提供的二进制文件为Windows上Mingw或Linux上g++编译生成的二进制文件**