Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielorourke02/number-cruncher

A C++ script that sorts numbers via: merge, selection, insertion. bubble and also calculates the: Mean, Mode, Median, Range
https://github.com/danielorourke02/number-cruncher

bubble bubble-sort bubblesort cpp insertion insertion-sort insertionsort linux merge merge-sort mergesort number-sorter windows

Last synced: about 1 month ago
JSON representation

A C++ script that sorts numbers via: merge, selection, insertion. bubble and also calculates the: Mean, Mode, Median, Range

Awesome Lists containing this project

README

        

Hi 👋, I'm Daniel O'Rourke


I'm a passionate Python and C++ developer


Welcome To my github project!👋

- 👨‍💻 All of my projects are available at [My github](https://github.com/DanielOrourke02)

# Get more info about me and my projects

[HERE](https://github.com/DanielOrourke02/Active-Projects)

# Supported Systems

| System | Supported |
| ------ | :-------: |
| Windows | ✅ |
| Linux | ✅ |
| Mac | Untested |

# Features

- Merge sort
- Insertion sort
- Bubble sort

# Installation

1. Download latest release and run the precompiled exe

OR

1. `git clone https://github.com/DanielOrourke02/number-cruncher`

2. `cd number-cruncher`

3. `g++ main.cpp -o main` OR run `compile.bat`

# Tutorials

Put your numbers to be sorted in numbers.txt. Once the program is finished it will save the sorted numbers into a new file called sorted.txt

# Formatting

### Example 1: Space-Separated

23 12 5 87 34 76 99 1

### Example 2: New Line-Separated

23

12

5

87...

### Example 3: Comma-Separated

23,12,5,87,34,76,99,1

Connect with me:




Hire Me: https://discord.gg/kNWkT8xWg6 Or DM ME: mal023


Visual Studio
Python
HTML
CSS
C++
Linux