Pencil
Super lightweight DB written in Swift. (by naru-jpn)
swift-algorithm-club
Algorithms and data structures in Swift, with explanations! (by kodecocodes)
Pencil | swift-algorithm-club | |
---|---|---|
- | 11 | |
89 | 28,993 | |
- | 0.3% | |
0.0 | 3.1 | |
about 7 years ago | 3 months ago | |
Swift | Swift | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Pencil
Posts with mentions or reviews of Pencil.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Pencil yet.
Tracking mentions began in Dec 2020.
swift-algorithm-club
Posts with mentions or reviews of swift-algorithm-club.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-25.
- Do you use algorithms in Swift?
-
Book recommendation for data structures and algorithm in swift 5
Data Structures & Algorithms in Swift by Kodeco is not bad, also there is an algorithms club on github (https://github.com/kodecocodes/swift-algorithm-club).
-
Please judge my plan to become an IOS Developer. Thank you.
Resources I think i'd use for interview questions and algods in Swift: https://github.com/kodecocodes/swift-algorithm-club
- Idea for graduation project
- I'm a self-taught iOS dev with 3apps in the AppStore but I am still unable to answer these kinds of questions in interviews.
-
Fellow iOS devs, what's the worst interview experience you ever had?
You take one month, learn the algorithms (there are in general not that many, even fewer if you only considering the ones that are regularly referenced in interviews), then you'll pass any interview, at least the first phase. swift-algorithm-club is a good starting point.
-
Best Way to go about learning Data Structures and Algorithms?
Also you may want to look at this for real world source in Swift. https://github.com/raywenderlich/swift-algorithm-club
-
Understanding algorithms
There is the Swift Algorithm Club from Ray Wenderlich.
-
Fetch all words from long TXT file
You probably want to populate a Trie. You can find a completed implementation at this link
-
I can't code projects without Google
If you need a project to work on, try implementing some algorithms in Swift, each based on a description of how that algorithm works. You can use projects like Swift Algorithm Club for ideas.
What are some alternatives?
When comparing Pencil and swift-algorithm-club you can also consider the following projects:
Algorithm - Algorithm is a library of tools that is used to create intelligent applications.
Dollar - A functional tool-belt for Swift Language similar to Lo-Dash or Underscore.js in Javascript
ReflectableEnum - Reflection for enumerations in Objective-C.
SwiftGraph - A Graph Data Structure in Pure Swift
Validated - A Swift μ-Library for Somewhat Dependent Types