# OAK **Repository Path**: TheTTer/oak ## Basic Information - **Project Name**: OAK - **Description**: Optimized Algorithm Kit - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-11-28 - **Last Updated**: 2023-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OAK #### Introduction OAK (Optimized Algorithm Kit) is an OI oriented high-speed code module by the author TheToror, including basic modules such as fast I/O based on fread/fwrite, data structures such as graph, heap, matrix, Trie tree, Treap, Red–black tree, Network Flow, FFT based on instruction set, etc. #### Instructions for using Place OAK in the project folder and directly embed it into the project through `#include "tAlgo.hpp"` #### To participate contribution 1. Fork it 2. Create a branch titled `new Feat_xxx` 3. Submit your code 4. Create a new Pull Request