Skip to content

Elementary data structures implemented in Swift language

Notifications You must be signed in to change notification settings

GeekingwithMauri/DataStructures

Repository files navigation

Elementary data structures and algorithms implemented in Swift language

Available

Search

Arrays

Graphs

Linear data structures

Non-linear data structures

Helpful algorithms

Mathematics

  • Pascal's triangle: produces any binomial expansion for a given coefficient. It even prints the Pascal's triangle on console formed to reach said result.
2nd power 5th power 7th power
small medium large

Tree

  • graphicalRepresentation(): prints in terminal the hierarchical form of previously loaded tree in memory

treeDrawing

About

Elementary data structures implemented in Swift language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages