Commit Graph

36 Commits (49e82da6cf579478c715829dc9b4be24f0a91999)

Author SHA1 Message Date
Ido777 47a065c126 Update the solutions notebooks and README files to reflect new GitHub repository links for source, ensuring consistency across the documentation. 2025-04-30 12:01:58 +03:00
Ido Ophir 57f9098327
Used the correct property names for a call object (#431)
Used 'rank' instead of 'level' to maintain uniformity with other portions of the code

Co-authored-by: Prab <prab.missier@gmail.com>
2025-04-17 11:44:20 +05:30
Jeremy Hu 355e85eac0 Movie tickets Java OOP 2025-04-07 15:27:30 +03:00
Jeremy Hu 75bcb029dc Movie tickets program Java 2025-04-07 15:27:30 +03:00
Itamar Friedman 22132364a9 Fixed two issues and add sanity tests. Issue #1: super now calls the right class, #2: decoupled the initiatlization of call_center and employee. 2025-04-07 14:31:17 +03:00
Akshitha Kumbam 3569503963 Update parking_lot.py
Updated [return True if {boolean expression} else False] --> {boolean expression}
2025-04-07 14:07:45 +03:00
Ido Ophir d65fca4644 Update solutions/object_oriented_design/parking_lot/parking_lot.py
Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-07 13:35:43 +03:00
shivral 1edf1696f0 Update parking_lot.py
Fixed the typo where spot size was not being assigned and cleaned up the supers
2025-04-07 13:35:43 +03:00
vivekmaru36 dcd96b2106 Implement user addition in UserService online_chat.py 2025-04-07 12:23:10 +03:00
Abhijeet Antin bdb57f6c83 Add circular array code 2025-04-07 11:30:07 +03:00
Toddneal Stallworth 3333b5abec fixed spelling mistake 2025-04-07 09:32:39 +03:00
Joilson Cisne 06b3ed2adc
Fix loop bug in deck of cards exercise (#396) 2020-07-07 20:56:05 -04:00
Christian Clauss e50f26960d Change raise NotImplemented to raise NotImplementedError (#345) 2019-12-26 20:11:57 -05:00
Narendra Choudhary Legha 1f939ec351 Resolve #195: Fix broken GitHub URLs (#199) 2018-08-12 20:49:30 -04:00
Ali ffbcd9a381 Fix wording in call center solution (#197) 2018-08-09 08:01:27 -04:00
Girish Raman cd7ac6d2d0 Fix broken URL (#194) 2018-08-05 09:52:03 -04:00
Kevin Vandenborne 136c0b9e17 Fix typo in LRU cache solution (#182) 2018-07-22 23:13:03 -07:00
cclauss 924570e4cb Add newlines - PEP8 style (#173) 2018-07-18 23:09:09 -07:00
cclauss a36048346e Add missing enum imports (#157) 2018-05-06 21:26:01 -04:00
cclauss 4a7d2e4525 Adding missing self variable (#158) 2018-05-06 21:25:31 -04:00
Anton Hulikau a70a8f3a04 Fix dict KeyError (#153) 2018-04-25 18:22:26 -07:00
Anton Hulikau e50e2007f6 Fix dict KeyError (#152) 2018-04-25 18:22:05 -07:00
cclauss 1b339dbdde Change LARGE to VehicleSize.LARGE in parking lot solution (#146) 2018-04-08 20:25:11 -04:00
cclauss b156e48e4b Add missing self variables to Deck of Cards solution (#145) 2018-03-18 09:21:52 -04:00
cclauss 0178943013 Add missing colons to class methods (#143) 2018-03-18 09:19:08 -04:00
cclauss f099a0ad3f Convert all .py files to be valid Python (#98) 2018-03-06 19:37:46 -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
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
Donne Martin 624e0c2ffe Simplify online chat solution 2017-03-07 21:37:11 -08:00
Donne Martin 831906f96c Add Parking Lot Solution 2017-03-03 18:54:23 -08:00
Donne Martin 616710f42e Add Online Chat solution 2017-03-03 18:54:08 -08:00
Donne Martin ae9832c6b7 Add LRU Cache solution 2017-03-03 18:53:54 -08:00
Donne Martin 7595e2a499 Add Hash Table solution 2017-03-03 18:53:41 -08:00
Donne Martin 0f517c709e Add Deck of Cards solution 2017-03-03 18:53:01 -08:00
Donne Martin 98819e2a06 Add Call Center solution 2017-03-03 18:52:50 -08:00