# Cdks **Repository Path**: eternallyascend/Cdks ## Basic Information - **Project Name**: Cdks - **Description**: C Development Toolkits. - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-08 - **Last Updated**: 2022-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C Development Toolkits (CDKS) `Unsafe` & `Unstable`. ## Makefile My GCC version is `8.1.0`, test functions in [`main.c`](./main.c). Including [`global.h`](./global.h) or specific header file for common using. [`Makefile`](./Makefile) content is as follows. - make build - make compile - make run - make clean ## Algorithm ### Sort - Quick Sort - Merge Sort ### Match ## Data Structure ### Linear - [Linked Node](./dataStructure/linear/node.h) - [Stack (Array/Linked List)](./dataStructure/linear/stack.h) - [Queue (Array/Linked List)](./dataStructure/linear/queue.h) ### Nonlinear - MinHeap - MaxHeap - AVL Tree - R-B Tree