Giter Club home page Giter Club logo

06-metodos-ordenamiento's Introduction

06-Metodos-Ordenamiento

Descripción y contexto


Link del proyecto (codepen): https://codepen.io/sergio-gonzalez-sainz/pen/VwbJMER

Project Link

Is a little web page that can visualize two sort's methods:

1 - Bubble sort 2 - Inset sort

The user can indicate how many numbers want to sort and can select the method.

1 - Select Method

The user need to select the sort mothod cliking one option of the list, this element are validated, is required by work the system :

  1. Bubble Sort
  2. Insertion Sort
<select name="Method">
  <option >Bubble Sort</option>
  <option >Insertion Sort</option>
</select>

This step will save the option that will make us redirect to a new view when the user presses the button "Ordenar" that be in the end in the form.

2 - Array size

The user need to select the size cliking one option of the list, this element are validated, is required by work the system :

<select name="Method">
  <option >Bubble Sort</option>
  <option >Insertion Sort</option>
</select>

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/10734bd3-47b7-403e-8d91-d7056b3f3afa/Metodos.jpg

3 - Button "Ordenar"

By this step the user will have selected the method and array size.

In the case that of field Method or field Array Size are unselectec the system should show a Window alert() that notify to user that need to select one option in every field . In the case that two field are seleted, when the user cliking "Ordener" Button the user will be redirect to a new view, can be redirect to Bubble Sort windows or Insertion Sort window, It will depend on which option user choose in the fields.

06-metodos-ordenamiento's People

Contributors

sergio-gonzalez-sainz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.