Skip to content
/ libds Public

This is juwkim's useful data structure and algorithm library. It is a project to collect frequently used things and use them conveniently.

License

Notifications You must be signed in to change notification settings

juwkim/libds

Repository files navigation

data structures

GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit

Usage

  • To make "libds.a":
make
  • To delete all build files:
make clean
  • To delete all build files and "libds.a":
make fclean
  • To delete all build files, "libds.a" and rebuild:
make re
  • To check this repository complies with norminette:
make norm

Issue

If you encounter an error or an incorrect output, you can:

  • Open an issue on github

Please try to include as much information as possible (the file on which it crashed, etc)

About

This is juwkim's useful data structure and algorithm library. It is a project to collect frequently used things and use them conveniently.

Topics

Resources

License

Stars

Watchers

Forks