Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.