Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltrust/queue_challenge
In this challenge, I need to build a tracker for bills. People are on a queue each with only one bill of 25, 50, or 100 denomination. The tracker needs to check if there will be available change for all the people if the queue.
https://github.com/meltrust/queue_challenge
challenges ruby
Last synced: 10 days ago
JSON representation
In this challenge, I need to build a tracker for bills. People are on a queue each with only one bill of 25, 50, or 100 denomination. The tracker needs to check if there will be available change for all the people if the queue.
- Host: GitHub
- URL: https://github.com/meltrust/queue_challenge
- Owner: Meltrust
- License: mit
- Created: 2022-03-23T05:42:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T07:24:39.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T06:52:39.982Z (3 months ago)
- Topics: challenges, ruby
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bills counter
> A challenge about tracking available bills
![SCREENSHOT](/img/sc.jpg)
In this challenge, I need to build a tracker for bills. People are in a queue each with only one bill of 25, 50, or 100 denomination. The tracker needs to check if there will be available change for all the people if the queue.
The method accepts an array of people with bills, and returns `true` or `false`.
## Built With
- Ruby language!
### Prerequisites
- Ruby must be installed in your machine.
## Authors
👤 **Miguel Tapia Escalera**
- Github: [@Meltrust](https://github.com/Meltrust)
- Linkedin: [meltrust](https://www.linkedin.com/in/meltrust/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](lic.url) licensed.