Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created README_en.md #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 101 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
![logotimo womakerscode](https://user-images.githubusercontent.com/42419543/80852181-e8aea300-8bfc-11ea-8056-f449f532f76c.png)

# Algorithm Challenges

This repository is maintained by the WoMakersCode community, tracing a series of challenges and tutorials on **Algorithms**

[![license](https://img.shields.io/github/license/womakerscode/challenges-front-end.svg)](/license)

## :question: Don't know what Git or Github is?

**If you don't know what git or github is** we recommend that your read this [article](https://tableless.com.br/tudo-que-voce-queria-saber-sobre-git-e-github-mas-tinha-vergonha-de-perguntar/) and you can ask us anytime on the channel **#general**.

## :computer: Challenges available

| Challenges | Resolution | Level |
| -------------------------------------------------------------------------------------------------- | :-------: | :---------: |
| [Soma simples](https://github.com/WoMakersCode/challenges-algorithms/issues/1) | .. | `level-100` |
| [Tabuada](https://github.com/WoMakersCode/challenges-algorithms/issues/2) | .. | `level-100` |
| [Verificando se um número é primo](https://github.com/WoMakersCode/challenges-algorithms/issues/3) | .. | `level-100` |
| [Troca vogal por \*](https://github.com/WoMakersCode/challenges-algorithms/issues/5) | .. | `level-200` |
| [Algoritmo Dijkstras](https://github.com/WoMakersCode/challenges-algorithms/issues/7) | .. | `level-400` |
| [Maior de três](https://github.com/WoMakersCode/challenges-algorithms/issues/10) | .. | `level-100` |
| [Posição decimal](https://github.com/WoMakersCode/challenges-algorithms/issues/8) | .. | `level-200` |
| [Inverta a ordem de uma string](https://github.com/WoMakersCode/challenges-algorithms/issues/27) | .. | `level-200` |
| [Palíndromo](https://github.com/WoMakersCode/challenges-algorithms/issues/13) | .. | `level-300` |
| [Simulador de caixa eletrônico](https://github.com/WoMakersCode/challenges-algorithms/issues/15) | .. | `level-200` |
| [Diferença Absoluta](https://github.com/WoMakersCode/challenges-algorithms/issues/17) | .. | `level-300` |
| [Escadaria](https://github.com/WoMakersCode/challenges-algorithms/issues/18) | .. | `level-100` |
| [Soma valores mínimos e máximos](https://github.com/WoMakersCode/challenges-algorithms/issues/20) | .. | `level-100` |
| [Banco de horas](https://github.com/WoMakersCode/challenges-algorithms/issues/23) | .. | `level-200` |
| [Encontrar caractere em frase digitada pelo usuário](https://github.com/WoMakersCode/challenges-algorithms/issues/30)| .. | `level-200` |
| [Enigma](https://github.com/WoMakersCode/challenges-algorithms/issues/36) | .. | `level-300` |
| [Contador de caracter](https://github.com/WoMakersCode/challenges-algorithms/issues/34) | .. | `level-100` |
| [Adivinhe o número](https://github.com/WoMakersCode/challenges-algorithms/issues/31) | .. | `level-100` |
| [Classificar por altura](https://github.com/WoMakersCode/challenges-algorithms/issues/53) | .. | `level-200` |
| [Array de string longas](https://github.com/WoMakersCode/challenges-algorithms/issues/51) | .. | `level-100` |
| [Contator de palavras repetidas](https://github.com/WoMakersCode/challenges-algorithms/issues/43) | .. | `level-200` |
| [Imprima o segundo maior número](https://github.com/WoMakersCode/challenges-algorithms/issues/40) | .. | `level-300` |
| [Imprima o século do ano](https://github.com/WoMakersCode/challenges-algorithms/issues/48) | .. | `level-100` |
| [Maior produto de um array](https://github.com/WoMakersCode/challenges-algorithms/issues/50) | .. | `level-100` |
| [Divisíveis por 2 e 3](https://github.com/WoMakersCode/challenges-algorithms/issues/45) | .. | `level-100` |


## :closed_book: Tutorials available

| Challenges | Level |
| ----------------------------------------------------------------------------------------------------------------------------------- | :---------: |
| [Birthday Candles Cake](https://github.com/WoMakersCode/challenges-algorithms/tree/master/tutorial-challenge-birthday-candles-cake) | `level-200` |
| [Tabuada](https://github.com/ieleny/challenges-algorithms/tree/tutorial-challenge-tabuada) | `level-100` |
| [Número primo](https://github.com/WoMakersCode/challenges-algorithms/tree/master/tutorial-challenge-verificando-se-numero-e-primo) | `level-200` |
| [Troca vogal por \*](https://github.com/ieleny/challenges-algorithms/tree/tutorial-challenge-trocar-vogal-para-asteriscos) | `level-100` |

## :thinking: How does it work?

We are adding the challenges below `issues` of this repository. All challenges are marked with a difficulty level label.

Tutorials, workshops and extensive content are stored in folders in the same repository.
_(Still waiting for tutorial contributions)_

### Understanding the labels for levels

- **`level-100`:** basic
- **`level-200`:** intermediate
- **`level-300`:** advanced
- **`level-400`:** expert

## Frequent doubts

**:question: I have a challenge suggestion, can I collaborate?**

1. Sure you can. Create an `issue` as your challenge
2. Face a Fork from the repository
3. Add or link to your issue in the table above **Available Challenges**
4. Send a Pull Request:tada:

**:question: I didn't understand a statement, or what should I do?**


1. You can interact in the `issue` comments by submitting your query.
2. Join our slack, access the channel **#challenge-algorithms** and there we take all questions regarding this repository and help in any way we can. [Join our slack clicking here](https://app.slack.com/client/TCPDKMM4Z/CCQ5XKXPX)

**:question: Can I send a tutorial?**
To submit a tutorial, please follow these steps:

1. :fork_and_knife: Make a fork of this repository
2. :hammer: Follow the contribution guide
3. :busts_in_silhouette: Add your profile in the contributors area
4. :wrench: Submit a Pull Request
5. :wrench: Request a Hacktober-team review
6. :tada: Have your Pull Request approved - success!

## Contributors

[Laís Lima](https://twitter.com/laislima_dev), [Kamila Santos](https://twitter.com/kamilah_santos), [Ana Beatriz](https://twitter.com/anabneri) , [Ieleny Filgueira](https://www.linkedin.com/in/ieleny-filgueira-3b370a128/), [Danielle Farias](https://github.com/danielle8farias), [Rizu](https://github.com/TrlRizu) [Letícia Campos](https://github.com/leticiacamposs2), [Carlan Calanzas](https://github.com/carlan), [Kelly Knoblauch](https://github.com/kellykn96) e [Thalita Neri](https://github.com/tcneri)