Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamedzarei/fun
some sample codes, just for fun written in cpp, php
https://github.com/hamedzarei/fun
cpp water-jug-problem
Last synced: 8 days ago
JSON representation
some sample codes, just for fun written in cpp, php
- Host: GitHub
- URL: https://github.com/hamedzarei/fun
- Owner: hamedzarei
- Created: 2018-12-11T18:51:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T17:32:17.000Z (over 3 years ago)
- Last Synced: 2024-11-08T09:51:37.864Z (2 months ago)
- Topics: cpp, water-jug-problem
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fun
some sample codes, just for fun### water jug problem
You can find description and my base code from these links:* https://www.geeksforgeeks.org/fill-the-jug/
* https://www.geeksforgeeks.org/water-jug-problem-using-bfs/### CSV Pretty Print
You can find description at below link:* https://github.com/hamedzarei/fun/blob/master/csv_pprint/readme.txt