0 Forks
0 Stars
0 Watchers

AlgorithmsAndDataStructuresInSwift

This course teach you the importance to know how efficient is written your code by using a mathematical model which is function of the size of its inputs. All the code is implemented in Swift and documented in GitHub. Some lines were corrected and improved by renaming variables and functions. By the other hand, a list of sort algorithms are implemented and its execution time is measured. These algorithms are classified in basic and advanced. At the end of each classification there is a section where you can compare its execution time between them. The conclusions are crucial because they revels how Swift implements the sort instance method when you create an array of any type.

How to download and setup AlgorithmsAndDataStructuresInSwift

Open terminal and run command
git clone https://github.com/c4arl0s/AlgorithmsAndDataStructuresInSwift.git
git clone is used to create a copy or clone of AlgorithmsAndDataStructuresInSwift repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with AlgorithmsAndDataStructuresInSwift https://github.com/c4arl0s/AlgorithmsAndDataStructuresInSwift/archive/master.zip

Or simply clone AlgorithmsAndDataStructuresInSwift with SSH
[email protected]:c4arl0s/AlgorithmsAndDataStructuresInSwift.git

If you have some problems with AlgorithmsAndDataStructuresInSwift

You may open issue on AlgorithmsAndDataStructuresInSwift support forum (system) here: https://github.com/c4arl0s/AlgorithmsAndDataStructuresInSwift/issues