Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maximoortelli/plus-minus-challenge


https://github.com/maximoortelli/plus-minus-challenge

Last synced: 20 days ago
JSON representation

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

### Tech Stack

---

### Key Features

- **Gitflow**
- **Added Challenge.js.**
- **Professional Documentation.**

(back to top)

## 💻 Getting Started

> 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.

---

## 👥 Authors

👤 **Author**

- GitHub: [@maximoortelli](https://github.com/maximoortelli)
- LinkedIn: [Maximo Ortelli](https://www.linkedin.com/in/maximo-ortelli-rueda-265228203/)

(back to top)

---

## 🔭 Future Features

- [x] **Improve my Bookstore proyect**

(back to top)

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

---

## ⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)

---

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)

---