Update README.md files across various system design solutions to clarify to ask about expected amount, style, and purpose of code to be written during interviews.

This commit is contained in:
Ido777
2025-04-30 14:33:04 +03:00
committed by Ido Ophir
parent f636ce9d92
commit 92a86f1d64
7 changed files with 11 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ Handy conversion guide:
### Use case: User searches for someone and sees the shortest path to the searched person
**Clarify with your interviewer how much code you are expected to write**.
**Clarify with your interviewer the expected amount, style, and purpose of the code you should write**.
Without the constraint of millions of users (vertices) and billions of friend relationships (edges), we could solve this unweighted shortest path task with a general BFS approach: