You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're making an index of awesome system and cross platform Swift libraries together with Valentin Knabel. We're lacking on the Data Structures department, and while searching some I found your projects. The Graph and PriorityQueue/Heap look amazing! I'm gonna add them, probably next week (when I should have more time).
Which brings me to this project. Red-Black trees are highly coveted, but also very hard to implement. I don't know how can I help you (I'm studying and the Index already takes a lot of time to work on) or if you even want to continue working on it. But if you do, I can encourage you and point others to this repo through the index ^^.
Have a good day!
--Félix
The text was updated successfully, but these errors were encountered:
Thanks for checking in. This library is not well tested nor feature complete. It is insert only right now; it's missing deletion. If others wanted to contribute and improve upon it I would really encourage that, but I personally don't have any immediate plans to build upon it unless interest develops.
You're right though, SwiftGraph and SwiftPriorityQueue are production ready and used in multiple other libraries and apps. They are mature and good candidates for your list IMHO!
Hi again :)
We're making an index of awesome system and cross platform Swift libraries together with Valentin Knabel. We're lacking on the Data Structures department, and while searching some I found your projects. The Graph and PriorityQueue/Heap look amazing! I'm gonna add them, probably next week (when I should have more time).
Which brings me to this project. Red-Black trees are highly coveted, but also very hard to implement. I don't know how can I help you (I'm studying and the Index already takes a lot of time to work on) or if you even want to continue working on it. But if you do, I can encourage you and point others to this repo through the index ^^.
Have a good day!
--Félix
The text was updated successfully, but these errors were encountered: