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
- Host: GitHub
- URL: https://github.com/luisbg/hhgtg
- Owner: luisbg
- License: gpl-2.0
- Created: 2013-11-25T22:29:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T18:01:05.000Z (about 8 years ago)
- Last Synced: 2025-04-13T11:55:46.802Z (2 months ago)
- Topics: algorithm, algorithm-challenges, algorithms, algorithms-implemented, algorithms-playground-practice, bit-manipulation, c, c-plus-plus, data-structures, datastructures, graph-algorithms, graphs
- Language: C
- Size: 853 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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 mesonthen 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/