Skip to content

Collection of computer science libraries and executables written in C.

Notifications You must be signed in to change notification settings

Cananito/computer_science

Repository files navigation

computer_science

Collection of computer science libraries and executables written in C.

Requirements

  • Clang.

Build Instructions

  1. cd into the root of this repository.
  2. make -f <path to Makefile> build to build whatever test or program.

Run Instructions

  1. cd into the root of this repository.
  2. make -f <path to Makefile> to run whatever test or program.

Debug Instructions

  1. Follow the build instructions.
  2. Find the executable in the build directory and pass it to LLDB. Example: lldb build/queue_tests

Clean Instructions

  1. make -f <path to Makefile> clean to clean whatever test or program.

clangd Set-Up

TODO

About

Collection of computer science libraries and executables written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published