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.
- Host: GitHub
- URL: https://github.com/devblin/datalgo
- Owner: devblin
- Created: 2020-12-29T17:55:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T14:00:30.000Z (over 4 years ago)
- Last Synced: 2025-02-27T14:29:17.972Z (12 months ago)
- Language: C++
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.