Skip to content

Ashibananon/kitasuna_renga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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