Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximoortelli/plus-minus-challenge
https://github.com/maximoortelli/plus-minus-challenge
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximoortelli/plus-minus-challenge
- Owner: maximoortelli
- License: mit
- Created: 2023-12-13T23:00:42.000Z (11 months ago)
- Default Branch: dev
- Last Pushed: 2023-12-18T15:41:45.000Z (11 months ago)
- Last Synced: 2023-12-19T15:20:24.267Z (11 months ago)
- Language: JavaScript
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Plus Minus Hacker Rank
---
> [!IMPORTANT]
> # 📗 Table of Contents- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)---
> [!NOTE]
> # 📖 Plus Minus HackerRank**Plus Minus** Given an array of integers, calculate the ratios of its elements that are positive, negative, and zero. Print the decimal value of each fraction on a new line with places after the decimal.
Note: This challenge introduces precision problems. The test cases are scaled to six decimal places, though answers with absolute error of up to are acceptable.
#### Learning objectives
- Use React components.
- Use React props.
- Use React state.
- Use React routes.---
> [!TIP]
> ## 🛠 Built With
---
- **Gitflow**
- **Added Challenge.js.**
- **Professional Documentation.**
> Explanation
> There are positive numbers, negative numbers, and zero in the array.
> The proportions of occurrence are positive: 3/6 = 0.500000,
negative: 2/6 = 0.333333 and zeros: 1/6 = 0.1666667.
---
👤 **Author**
- GitHub: [@maximoortelli](https://github.com/maximoortelli)
- LinkedIn: [Maximo Ortelli](https://www.linkedin.com/in/maximo-ortelli-rueda-265228203/)
---
- [x] **Improve my Bookstore proyect**
---
Contributions, issues, and feature requests are welcome!
---
Give a ⭐ if you liked this project!
---
This project is [MIT](./LICENSE) licensed.
---