22 lines
194 B
C
22 lines
194 B
C
#include <stdint.h>
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|
|
#include <math.h>
|
|
|
|
|
|
//List
|
|
|
|
//DAG
|
|
|
|
//BinaryTree
|
|
|
|
//QuadTree
|
|
|
|
//OcTree
|
|
|
|
//K-Tree
|
|
|
|
//HashMap
|
|
|