This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
system-design-primer
Watch
1
Star
0
Fork
0
You've already forked system-design-primer
mirror of
https://github.com/donnemartin/system-design-primer.git
synced
2025-09-17 17:40:38 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
3d1f3071fab10845bb669429f731a76f9e5ec631
system-design-primer
/
solutions
/
object_oriented_design
/
call_center
History
Prab
3d1f3071fa
Used the correct property names for a call object
...
Used 'rank' instead of 'level' to maintain uniformity with other portions of the code
2020-08-03 16:51:22 +10:00
..
__init__.py
Add Call Center solution
2017-03-03 18:52:50 -08:00
call_center.ipynb
Used the correct property names for a call object
2020-08-03 16:51:22 +10:00
call_center.py
Change raise NotImplemented to raise NotImplementedError (
#345
)
2019-12-26 20:11:57 -05:00