An open API service indexing awesome lists of open source software.

https://github.com/luisbg/hhgtg

HipHackers Guide to the Galaxy
https://github.com/luisbg/hhgtg

algorithm algorithm-challenges algorithms algorithms-implemented algorithms-playground-practice bit-manipulation c c-plus-plus data-structures datastructures graph-algorithms graphs

Last synced: 2 months ago
JSON representation

HipHackers Guide to the Galaxy

Awesome Lists containing this project

README

        

HipHacker's Guide To The Galaxy
-------------------------------

A collection of Computer Science fundamental Algorithms, Data Structures,
and Concepts.

To build and play with HHGTG,
first install the Meson Build System
# apt-get install meson

then build the sources
$ meson build
$ cd build/
$ ninja

(now you can run any executable in the build directory, for example:)
$ ./algorithms/dynamic_programming/lakes

(to rebuild from source folder)
$ ninja -C build/