ferris-wheel

1.1.12 • Public • Published

ferris-wheel

Support me on Patreon Buy me a book PayPal Ask me anything Version Downloads Get help on Codementor

Buy Me A Coffee

An application that simulates a ferris wheel.

Question

Having a ferris wheel with n chairs (from 1 to n), p persons come

to buy tickets. Each rotation costs 1 euro and on each ticket is written

how many times is the person allowed to rotate.

This application should say:

  • How much will earn the host of the ferris wheel?
  • What's the order of the persons that left the wheel?
  • What's the last chair that was emptied?

Example

How many chairs? n = 3
How many persons? p = 2
Rotations:
> c(1) = 10
> c(2) = 3
Sum: 13 euro
Order of persons that left the wheel: 2 1
Last chair that was emptied: 1

❓ Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. 🐛
  3. For direct and quick help, you can use Codementor. 🚀

😋 How to contribute

Have an idea? Found a bug? See how to contribute.

💖 Support my projects

I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like 🚀

  • Buy me a book—I love books! I will remember you after years if you buy me one. 😁 📖

  • PayPal—You can make one-time donations via PayPal. I'll probably buy a coffee tea. 🍵

  • Support me on Patreon—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).

  • Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! ❤️

📜 License

MIT © Ionică Bizău

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.12
    0
    • latest

Version History

Package Sidebar

Install

npm i ferris-wheel

Weekly Downloads

0

Version

1.1.12

License

MIT

Unpacked Size

7.09 kB

Total Files

3

Last publish

Collaborators

  • ionicabizau