Skip to content

C# Project which manipulates a series of comma-separated integers in different ways.

Notifications You must be signed in to change notification settings

Ashley-Gibson/Number-Manipulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Number Manipulator

The Number Manipulator is a legacy Project refactored to adhere to better coding principles. Its purpose is to demonstrate the variety of manipulation that can be made to a comma-separated list of numbers.

Insertion Sort

The chosen algorithm for sorting is the Insertion Sort. This Sorting Algorithm is quicker and less processor-intensive than a Bubble sort. It is also slower and more processor-intensive than a Quicksort. For the purposes of a small program like this the efficiency of this algorithm is not important.

Technologies

The technologies used in this project are as follows and are used for the following reasons...

  • C#/.NET

Project Management

Number Manipulator

About

C# Project which manipulates a series of comma-separated integers in different ways.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages