vitoryeso / algorithms_and_data_structures

Exercises of book Introduction to Algorithms by Thomas Cormen and homeworks from DCA0208 - UFRN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms and Data Structures

exercises of book Introduction to Algorithms by Thomas Cormen and homeworks from DCA0208 - UFRN

Tests

Debian-based distributions

sudo apt-get install libgtest-dev
make test_all

Arch-based distributions

sudo pacman -S gtest
make test_all

About

Exercises of book Introduction to Algorithms by Thomas Cormen and homeworks from DCA0208 - UFRN


Languages

Language:C++ 81.4%Language:C 13.4%Language:Python 4.5%Language:Makefile 0.7%