Cananito / computer_science

Collection of computer science libraries and executables written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C 86.3%Language:Makefile 10.6%Language:Assembly 3.0%