/Algorithms-With-Swift

Writing this project for reference, fun and learning purposes. Have started with simple algorithms, will try to cover more as we go on this journey

Primary LanguageSwift

What exactly is an algorithm?

(To skip reading the introduction, you can scroll down to "Algorithms-With-Swift" section.)

An algorithm is a procedure that transforms/converts an input into an output.

In an algorithm, a series of computations are applied on an input to get an output. We can call this sequential series of computations a procedure, and this procedure is what we call an algorithm.

Algorithms-With-Swift

Writing this project for learning purposes. We have started with simple algorithms, and we will try to cover more as we go further.

We will be solving algorithm problem statements using Swift Programming Language to begin with.

Algorithms

Array

Strings

Sort

Search

Trees