index
:
algorithms
master
Repository containing different algorithms I've done in different programming languages
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
C++
/
README.md
blob: 4e4244fcd00c0c3f440154ca4742ec2ccbbbd54f (
plain
) (
blame
)
1
2
3
4
Building a file:
```bash
gcc -o program.out -lstdc++ FILE.cpp && ./program.out
```