-
Notifications
You must be signed in to change notification settings - Fork 5k
Claim Adjacency List and Radix Tree #105
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
I know what an Adjacency List is in the context of a graph, but I didn't know about a separate data structure called ad adjacency list. What does this do? |
I think that is a typo, I'm not sure what an ad adjacency list is either. EDIT: If you meant "an adjacency list", I want to create a graph data structure stored in an adjacency list. |
Ah ok. Note that we already have that inside Graph. Improvements are always welcome of course. :-) |
Hi, Just wanted to check in again. I have scrapped my work on the Adjacency List data structure and decided to focus my efforts on creating the Radix Tree. I have implemented most functionality and have updated the README significantly. |
Cool. Make sure you give credit to the creator of the image, per the license. |
Is this done now? If yes, then I'll merge it and do my customary edit (where necessary). |
Yes, go ahead and merge |
OK, I've made some tweaks. Some remarks:
|
Hi,
I am working in the group project that JFTung mentioned in pull request #102. I had not created the directories and linked them to the master README, so my "claims" were not included. I created a directory for both Adjacency List and Radix Tree, linked them to the master README, and created a placeholder README file in those directories.