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

https://github.com/devblin/datalgo

💾 Code collection of basic ds-algo implementation.
https://github.com/devblin/datalgo

Last synced: 8 months ago
JSON representation

💾 Code collection of basic ds-algo implementation.

Awesome Lists containing this project

README

          

# Datalgo

Code collection of basic ds-algo implementation.

### How to run:

> If you have GNU C++ compiler installed,
> Do as below to compile and run C/C++ programs

Run `./test.sh` to execute any program easily.