All Projects → kingcos → Swift-X-Algorithms

kingcos / Swift-X-Algorithms

Licence: MIT license
🔨 Algorithms & Data Structures implemented in Swift X. `let X = 5.0`

Programming Languages

swift
15916 projects
shell
77523 projects
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Swift-X-Algorithms

go-time-series
Time series implementation in Go
Stars: ✭ 27 (+22.73%)
Mutual labels:  data-structure
data-structures-algorithms
Self-practice in Data Structures & Algorithms
Stars: ✭ 29 (+31.82%)
Mutual labels:  data-structure
Algorithms
Java implementation for Introduction to Algorithms book.
Stars: ✭ 58 (+163.64%)
Mutual labels:  data-structure
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (+4.55%)
Mutual labels:  data-structure
algorithm
得到每周一算法
Stars: ✭ 44 (+100%)
Mutual labels:  data-structure
10weeks-codingtest
구름EDU 10주완성 알고리즘 코딩테스트의 해설 답안집입니다
Stars: ✭ 122 (+454.55%)
Mutual labels:  data-structure
CP
Competitive Coding
Stars: ✭ 25 (+13.64%)
Mutual labels:  data-structure
hypergraph
Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.
Stars: ✭ 205 (+831.82%)
Mutual labels:  data-structure
nanostack
Small middleware stack library
Stars: ✭ 39 (+77.27%)
Mutual labels:  data-structure
dask-awkward
Native Dask collection for awkward arrays, and the library to use it.
Stars: ✭ 25 (+13.64%)
Mutual labels:  data-structure
fortran-octree
A Fortran octree implementation
Stars: ✭ 17 (-22.73%)
Mutual labels:  data-structure
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (+290.91%)
Mutual labels:  data-structure
array-keyed-map
JS datastructure, like Map, but the keys are arrays
Stars: ✭ 29 (+31.82%)
Mutual labels:  data-structure
trie
Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
Stars: ✭ 84 (+281.82%)
Mutual labels:  data-structure
C-language
C语言练习代码
Stars: ✭ 186 (+745.45%)
Mutual labels:  data-structure
js-data-structures
🌿 Data structures for JavaScript
Stars: ✭ 56 (+154.55%)
Mutual labels:  data-structure
playground
A place to play programming
Stars: ✭ 21 (-4.55%)
Mutual labels:  data-structure
ds
🔗 Common Data Structures and Algorithms
Stars: ✭ 40 (+81.82%)
Mutual labels:  data-structure
data-structure-ts
Basic data structures and popular algorithms implemented in Typescript.
Stars: ✭ 14 (-36.36%)
Mutual labels:  data-structure
CS basics
My CS learning : algorithm, data structure, and system design | #SE
Stars: ✭ 21 (-4.55%)
Mutual labels:  data-structure

Swift-X-Algorithms

Algorithms & Data Structures implemented in Swift X (X = 4.2).

中文版 README

Preface

Hello!

Algorithms is the soul of programs. But I am a green hand in this field. Now I am trying to learn them well, to open my mind in thinking how to write elegant code.

If my code did help you, would you please give me a Star 🌟? It will courage me to move on! Thank you!

No doubt that I would made some mistakes in it, if you find some bugs, please issue me. I am looking forward to discuss with you about the magic of Swift! Thank you!

Contents

Why Swift X?

Swift is a new-born programming language which update continuously. It has a lot of new features and grammar changes between different versions before its ABI is stable.

Currently, the newest version of Swift is 4.2 (with Xcode 10).

So I try to use X to represent the newest version of Swift and adapt to the newest Xcode.

Reference

Revision History

LICENSE

  • MIT
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].