Skip to content

AlbertoCaballero/c-algorithms

Repository files navigation

C and C++ Algorithms

This is a collection of C/C++ scripts for algorithm learning and practice.

Compile and execute

clang file.c
c++ file.cpp
./a.out
gcc fast-inv-sqrt.c -o fast-inv-sqrt -lm

About

Collection of C and C++ algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors