74 Commits (master)

Author SHA1 Message Date
Donne Martin 828014aaac
Remove extraneous __init__.py (#393) 4 years ago
Joilson Cisne 06b3ed2adc
Fix loop bug in deck of cards exercise (#396) 4 years ago
John Richardson 727a2f8bba
Remove redundant SQL index in Pastebin exercise (#405) 4 years ago
Vladimir Mikhaylov cc11a9b119
Fix Mint exercise bugs and typos (#409) 4 years ago
Agade09 2ac6512f6d
Fix typos in Twitter and web crawler exercises (#438) 4 years ago
Kofi Forson 914736a29f
Update Twitter back-of-the-envelope calculations (#414) 4 years ago
Kevin Liu 5d4dac6baf
Fix typo: Change replication to federation (#418) 4 years ago
Alexander Teno 9a02480632
Add missing comma in Mint solution (#399) 4 years ago
根号三 449dc27f33
zh-Hans: Translate solutions (#392) 4 years ago
Donne Martin ac806e46cb
Revert "zh-cn: Sync with upstream to keep it up-to-date (#374)" (#391)
This reverts commit 301b9d88e4.

#374 overwrote the English version of the solutions
4 years ago
根号三 301b9d88e4
zh-cn: Sync with upstream to keep it up-to-date (#374) 4 years ago
Christian Clauss e50f26960d Change raise NotImplemented to raise NotImplementedError (#345) 4 years ago
Kevin Xu 33431e61a9 zh-Hans: Translate Pastebin solution (#273) 5 years ago
Manas Karekar 116634f5b3 Enable syntax highlighting in all python code snippets (#268) 5 years ago
Sean Han fda859e4a4 Fix broken SQL link in Scaling AWS exercise (#258)
Fix broken SQL link in Scaling AWS exercise
5 years ago
Manas Karekar 82d80a08a0 Enable Python syntax highlighting in Pastebin sample code (#257) 5 years ago
glusa8 e276822d72 Fix typo in Twitter timeline and search solution (#251) 5 years ago
Pramod Gupta 8437d77565 Resolve #214: Add reference links to message queues section (#218) 6 years ago
Fabrizio Cucci 4c37b06dda Fix typo in Design Pastebin.com exercise (#210) 6 years ago
Narendra Choudhary Legha 1f939ec351 Resolve #195: Fix broken GitHub URLs (#199) 6 years ago
Ali ffbcd9a381 Fix wording in call center solution (#197) 6 years ago
hekra01 f5dde5faad Fix error in Twitter timeline solution (#196) 6 years ago
Girish Raman cd7ac6d2d0 Fix broken URL (#194) 6 years ago
Kevin Vandenborne 136c0b9e17 Fix typo in LRU cache solution (#182) 6 years ago
cclauss 924570e4cb Add newlines - PEP8 style (#173) 6 years ago
cclauss e116bd75fc Fix #148: Add State(Enum) to social_graph_snippets.py (#167) 6 years ago
cclauss ad40b8e649 Change variable seller to category in Mint solution (#159) 6 years ago
cclauss a36048346e Add missing enum imports (#157) 6 years ago
cclauss 4a7d2e4525 Adding missing self variable (#158) 6 years ago
Anton Hulikau a70a8f3a04 Fix dict KeyError (#153) 6 years ago
Anton Hulikau e50e2007f6 Fix dict KeyError (#152) 6 years ago
cclauss fb6624215a Fix coding errors (#149) 6 years ago
cclauss 1b339dbdde Change LARGE to VehicleSize.LARGE in parking lot solution (#146) 6 years ago
cclauss ea262de564 Add deque import to Social Graph solution (#147) 6 years ago
cclauss b156e48e4b Add missing self variables to Deck of Cards solution (#145) 6 years ago
cclauss 0178943013 Add missing colons to class methods (#143) 6 years ago
cclauss f099a0ad3f Convert all .py files to be valid Python (#98) 6 years ago
Christopher f6b7d3c8c0 Update master-slave section anchor (#129) 6 years ago
Tony Yao d62b499013 Correct Redis list structure in Twitter solution (#116) 7 years ago
Bryan Jennings 6c4c2abe00 Simplify logic for is_ace and is_face_card in deck of cards solution (#113) 7 years ago
Samar Dhwoj Acharya eb318fad5c Fix typo: considering to consider in scaling AWS solution (#109) 7 years ago
Donne Martin 2d94e2d99a Treat solution subdirectories as containing Python packages (#99) 7 years ago
Arash Rouhani cc48058662 Fix reducer argument in pastebin exercise (#85) 7 years ago
Ian Park 17e5fb7d32 Add prev to Node class (#82)
For managing an LRU cache, we need to use a doubly linked list for move_to_front() operation.
7 years ago
Ian Park 4badddd78e Init spot_size member in parking lot exercise (#83) 7 years ago
Kangkai Tang 960bf1be64 Fix #79: Inaccuracy in Twitter timeline and search example (#81) 7 years ago
Larry Lv cbbb548c7d Fix asynchronism link in Mint README (#69) 7 years ago
Donne Martin 7f6d52e9fe Add web crawler OmniGraffle diagrams 7 years ago
Donne Martin 8fcd565377 Add twitter OmniGraffle diagrams 7 years ago
Donne Martin d84d3f52fb Add social graph OmniGraffle diagrams 7 years ago