Skip to content
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

"Design the data structures for a social network" both prompt and solution make little sense #874

Open
Fulluphigh opened this issue Jun 21, 2024 · 0 comments

Comments

@Fulluphigh
Copy link

Primarily: the solution does not involve designing a data structure?

In fact, it begins with the assumption that a data structure has already been designed and is in use, i.e. a graph.

Then the entirety of the remainder of the solution is some boilerplate python that boils down to "Do BFS, oh and the nodes might be on different servers".

Really doesn't seem to be up to the same standards as the rest of the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants