Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.87 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.87 KB

Swift Core Concepts

Basic implementation of core Computer Science algorithms and data structures written in Swift.

For C# implementation, see Core Concepts

Goals

  • Provide implementations to standard algorithms/data structures
  • Include basic tests to verify functionality
  • Write clean and straightforward code with helpful comments
  • No dependency on third-party libraries

Implementations