Giter Club home page Giter Club logo

programacion's Introduction

STRATEGY: Sort

Description

This project helps to check the difference between the times of each ordering method. In this case we used the methods: insert, bubble, shell, merge and quick respectively with lists of different sizes and analyzing the speed of response of each method with each of these lists.

Characteristics

OS: Windows 7 Professional 64 bits (6.1, compilation 7601).

Processor: Intel(R) Pentium(R) Dual CPU @1.73 GHz(2CPUs).

Memory: 2048MB RAM.

Experiments and Results

The following table of double entry will show the ordering methods and response times according to the different lists from size 10 to 10000

Size Insert Sort/s Bubble Sort/s Shell Sort/s Merge Sort/s Quick Sort/s
10 0 0 0 0 0
100 0 0 0 0 0
1000 0 0.016 0 0 0
10000 0.234 0.327 0 0 0.078
100000 19.61 32.343 0.015 0.031 4.961

sortploot

Colaborators:

Diego Joseph Añazco Bolivar

programacion's People

Contributors

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