GithubHelp home page GithubHelp logo

vb6hobbyst7 / guillaume-couture-levesque-thirteen-sorting-methods-sorting-v2-0__1-47351 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from planet-source-code/guillaume-couture-levesque-thirteen-sorting-methods-sorting-v2-0__1-47351

0.0 2.0 0.0 44 KB

VBA 100.00%

guillaume-couture-levesque-thirteen-sorting-methods-sorting-v2-0__1-47351's Introduction

Thirteen Sorting Methods (Sorting V2.0)

Description

This code is a newer revision of my ten sorts program. The added sorts are the following: Bucket Sort, Binary Insertion Sort, and Quick Sort with Bubble Sort. Each of the algorithms has it's own special advantages and disadvantages. New added features are generating lists that are random, sorted, or in reverse order. These lists can be generated in either 10 items, 500 items, 5000 items, or a custom list size! You can now also time how long the sort takes now! New sorts will be added as I discover them. Please leave feedback for more features!

More Info

Some sorts need just the unsorted array and the number of items in the array, however, some sorts need also need a temporary array that is the same size as the unsorted array.

The bucket sort only works if there is no number less than 0 in the list, and there is no number in the list that is bigger than the number of items in the list. It is a very specific sort. There are also two unfinished and partially working sorts in the source. The bitonic sort, and the bottom-up merge sort, they will be finished soon, feel free to try and fix them yourselves!

Returns the sorted list!

None that I'm aware of!

Submitted On 2003-08-03 00:25:34
By Guillaume Couture-Levesque
Level Advanced
User Rating 5.0 (10 globes from 2 users)
Compatibility VB 5.0, VB 6.0
Category Miscellaneous
World Visual Basic
Archive File Thirteen_S162343832003.zip

guillaume-couture-levesque-thirteen-sorting-methods-sorting-v2-0__1-47351's People

Contributors

pscbot avatar

Watchers

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