Commit Graph

74 Commits (ca915c92e9378e7743705698cc7a98c70f52a646)

Author SHA1 Message Date
Donne Martin cca3e03e06 Remove extraneous __init__.py (#393) 2020-07-12 12:02:44 -04:00
Joilson Cisne 572ad468f3 Fix loop bug in deck of cards exercise (#396) 2020-07-07 20:56:05 -04:00
John Richardson eae7ed2d59 Remove redundant SQL index in Pastebin exercise (#405) 2020-07-06 21:05:50 -04:00
Vladimir Mikhaylov 6cce656e76 Fix Mint exercise bugs and typos (#409) 2020-07-06 21:00:34 -04:00
Agade09 071d84dc99 Fix typos in Twitter and web crawler exercises (#438) 2020-07-05 10:48:23 -04:00
Kofi Forson 8bb74cd436 Update Twitter back-of-the-envelope calculations (#414) 2020-07-04 10:55:42 -04:00
Kevin Liu c55c9415bc Fix typo: Change replication to federation (#418) 2020-07-04 10:53:56 -04:00
Alexander Teno 52d051a831 Add missing comma in Mint solution (#399) 2020-06-30 20:37:49 -04:00
根号三 752f6aa5f5 zh-Hans: Translate solutions (#392) 2020-03-29 20:40:50 -04:00
Donne Martin 1886ed9ae3 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
2020-03-09 21:46:02 -04:00
根号三 e69177f2ce zh-cn: Sync with upstream to keep it up-to-date (#374) 2020-03-09 21:34:18 -04:00
Christian Clauss 24707af178 Change raise NotImplemented to raise NotImplementedError (#345) 2019-12-26 20:11:57 -05:00
Kevin Xu 6a5d2fe361 zh-Hans: Translate Pastebin solution (#273) 2019-06-16 20:21:21 +05:00
Manas Karekar 255dcf8ef2 Enable syntax highlighting in all python code snippets (#268) 2019-05-07 06:24:41 -04:00
Sean Han 70f714d9cb Fix broken SQL link in Scaling AWS exercise (#258)
Fix broken SQL link in Scaling AWS exercise
2019-03-17 20:55:19 -04:00
Manas Karekar 25c448ff92 Enable Python syntax highlighting in Pastebin sample code (#257) 2019-03-03 22:28:43 -05:00
glusa8 3d2f11f42d Fix typo in Twitter timeline and search solution (#251) 2019-02-11 05:48:36 -05:00
Pramod Gupta ac44939305 Resolve #214: Add reference links to message queues section (#218) 2018-09-30 20:38:28 -04:00
Fabrizio Cucci 29ad5b24ff Fix typo in Design Pastebin.com exercise (#210) 2018-09-07 20:47:43 -04:00
Narendra Choudhary Legha 21076186f4 Resolve #195: Fix broken GitHub URLs (#199) 2018-08-12 20:49:30 -04:00
Ali 64e13791eb Fix wording in call center solution (#197) 2018-08-09 08:01:27 -04:00
hekra01 99aaf1484e Fix error in Twitter timeline solution (#196) 2018-08-06 21:24:59 -04:00
Girish Raman 8da10307ae Fix broken URL (#194) 2018-08-05 09:52:03 -04:00
Kevin Vandenborne 46eead5728 Fix typo in LRU cache solution (#182) 2018-07-22 23:13:03 -07:00
cclauss 65685dc8e8 Add newlines - PEP8 style (#173) 2018-07-18 23:09:09 -07:00
cclauss 7b20f5cf60 Fix #148: Add State(Enum) to social_graph_snippets.py (#167) 2018-07-14 20:01:57 -04:00
cclauss 2368ee03f7 Change variable seller to category in Mint solution (#159) 2018-05-22 23:15:42 -04:00
cclauss 02a20c6727 Add missing enum imports (#157) 2018-05-06 21:26:01 -04:00
cclauss 4a0d7fbd8a Adding missing self variable (#158) 2018-05-06 21:25:31 -04:00
Anton Hulikau 7a4dbb1b2a Fix dict KeyError (#153) 2018-04-25 18:22:26 -07:00
Anton Hulikau f05373af48 Fix dict KeyError (#152) 2018-04-25 18:22:05 -07:00
cclauss d7d0e9df5a Fix coding errors (#149) 2018-04-25 18:19:04 -07:00
cclauss f552598088 Change LARGE to VehicleSize.LARGE in parking lot solution (#146) 2018-04-08 20:25:11 -04:00
cclauss 7e316ce7c8 Add deque import to Social Graph solution (#147) 2018-03-24 19:38:34 -04:00
cclauss d90b562a8b Add missing self variables to Deck of Cards solution (#145) 2018-03-18 09:21:52 -04:00
cclauss 3079562da8 Add missing colons to class methods (#143) 2018-03-18 09:19:08 -04:00
cclauss de3c13c435 Convert all .py files to be valid Python (#98) 2018-03-06 19:37:46 -05:00
Christopher ebcec736f5 Update master-slave section anchor (#129) 2018-02-07 19:57:00 -05:00
Tony Yao d62b499013 Correct Redis list structure in Twitter solution (#116) 2017-12-01 20:55:56 -05:00
Bryan Jennings 6c4c2abe00 Simplify logic for is_ace and is_face_card in deck of cards solution (#113) 2017-12-01 20:51:33 -05:00
Samar Dhwoj Acharya eb318fad5c Fix typo: considering to consider in scaling AWS solution (#109) 2017-10-07 12:06:37 -04:00
Donne Martin 2d94e2d99a Treat solution subdirectories as containing Python packages (#99) 2017-08-29 20:13:02 -04:00
Arash Rouhani cc48058662 Fix reducer argument in pastebin exercise (#85) 2017-06-13 20:43:11 -04:00
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.
2017-06-05 20:25:04 -04:00
Ian Park 4badddd78e Init spot_size member in parking lot exercise (#83) 2017-05-29 20:55:32 -04:00
Kangkai Tang 960bf1be64 Fix #79: Inaccuracy in Twitter timeline and search example (#81) 2017-05-26 20:31:31 -04:00
Larry Lv cbbb548c7d Fix asynchronism link in Mint README (#69) 2017-05-15 21:10:51 -07:00
Donne Martin 7f6d52e9fe Add web crawler OmniGraffle diagrams 2017-04-02 08:26:33 -04:00
Donne Martin 8fcd565377 Add twitter OmniGraffle diagrams 2017-04-02 08:26:21 -04:00
Donne Martin d84d3f52fb Add social graph OmniGraffle diagrams 2017-04-02 08:26:11 -04:00