-
Notifications
You must be signed in to change notification settings - Fork 5k
Claim several data structures and algorithms for a group project #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ting Sort, and Trie Data Structure.
updated formatting
Looking good! Note that counting sort is also being worked on by #103 |
We've had to cut a few of the data structures due to time constraints (updated in my original comment), but our project is due May 6, so expect us to be done by then! |
We should be ready for you to look over our work! I know that we're missing Playgrounds and unit tests, but I hope that our contribution is helpful in some way. Let us know what's good, what's bad, and what we can do to make your life easier. |
I'm still working on Red Black Trees, i need to fix a bug delete and make the implementation adhere to the style guide |
I won't be able to provide test files tonight, but as of now there should only be minor bugs (if any) in the implementation for Trie (assuming I didn't mess up big time somewhere). |
Starting to look good, guys! :-) Some small points:
Let me know when you're done and I'll do the merge. |
The folder names should be good now, and the if parentheses have been removed from all but the Red-Black Tree files. I made the Threaded Binary Tree images using www.draw.io, as mentioned at the bottom of the README. I'm not sure where my partner got the Red-Black tree images from. I'll get back to you. |
removed temp
Quick announcement: this repo is moving to https://github.com/raywenderlich/swift-algorithm-club -- everything should still work as before but some old links may not work anymore. |
Quick update, @axptwig is still working on the Red-Black tree fixes, but other than that we should be all set. |
Hi! I've lost contact with @axptwig, but if you want we can separate our different data structures into different forks so you can choose what you want to pull (l can make a new pull request). |
Thanks for the update @jftung. I can merge this as a single pull request. I will do this tonight. |
Added links to algorithms submitted in PR #102
Excellent, thank you! Let me know if you need anything else. |
I am part of a group of four people. Our final project for one of our classes is to contribute to an open source project. We would like to work on this repository! We will be working on several data structures and algorithms, and we'd like to claim some now. Note that we will probably "claim" a few others later, depending on availability.
Currently "claimed" projects:
Trie
Radix Sort
Radix Tree
Red Black Tree
Threaded Binary Tree