Wednesday, March 7, 2018

Search auto complete system design

March 7, 2018

Introduction


Sometimes you only have 30 minutes but you want to practice system design. That is what I did, I found the blog, and then read word by word, put them into a gist, and also most of important, tried to read the C++ code and see if the code matches the idea in the design.

One thing I also did is to reorganize the analysis and fit into my reading style. I add small headers to make the paragraph more readable.

System design practice



Here is the gist I created for my 30 minutes study. I will write C# code based on C++ code, it should be easy task.



No comments:

Post a Comment