lourd / swift-data-structures

Basic data structures and algorithms in Swift, made for teaching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Data Structures

Some basic data structures and algorithms problems in Swift. Useful for teaching the basics. Solutions are on the solutions branch.

Usage

swift test # runs the tests
swift test --filter testGetHeight # runs the tests matching the given pattern

swift Sources/DataStructures/Trees.swift # runs the given source file

About

Basic data structures and algorithms in Swift, made for teaching


Languages

Language:Swift 100.0%