Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 367 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 367 Bytes

Kitasuna Renga

Copyright(C) 2020 Ashibananon(Yuan).

General data structures with Standard C.

Data structures includes: -Array List -AVL Tree -Linked List -Map -Stack

Environment supported: -Linux -Windows

main.c is a demo to show how to use these structures.

Compile and generate ELF for demo: $ make

Run demo: $ ./kitasuna

Remove .o files: $ make clean