Add InterviewCake.com examples
Adds some of the code I generated while studying for a role transfer at Google using the fantastic resource, InterviewCake.com. This work predates the mono-repo. I should think of ways to DRY up this code and the code in crack_the_coding_interview, but I'm afraid I'm creating unnecessary work for myself that way.
This commit is contained in:
parent
b4ee283b23
commit
d4d8397e5f
52 changed files with 3737 additions and 0 deletions
11
data_structures_and_algorithms/mesh-message.gv
Normal file
11
data_structures_and_algorithms/mesh-message.gv
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
strict graph {
|
||||
Min -- {William, Jayden, Omar}
|
||||
William -- {Min, Noam}
|
||||
Jayden -- {Min, Amelia, Ren, Noam}
|
||||
Adam -- {Amelia, Miguel, Sofia, Lucas}
|
||||
Ren -- {Jayden, Omar}
|
||||
Amelia -- {Jayden, Adam, Miguel}
|
||||
Miguel -- {Amelia, Adam, Liam, Nathan}
|
||||
Noam -- {Nathan, Jayden, William}
|
||||
Omar -- {Ren, Min, Scott}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue