Skip to content
.
└── Grokking the Low Level Design Interview Using OOD Principles
├── **toc\_\_.json
├── 000-overview
│   └── 000-overview.html
├── 001-introduction to the course
│   └── 001-introduction to the course.html
├── 002-background of object oriented programming oop
│   └── 002-background of object oriented programming oop.html
├── 003-encapsulation
│   ├── 003-encapsulation.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmovie cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_2
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 004-abstraction
│   ├── 004-abstraction.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_2
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 005-inheritance
│   ├── 005-inheritance.html
│   └── Codes_1
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 006-polymorphism
│   ├── 006-polymorphism.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_4
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   └── pythonmain py.txt
├── 007-quiz object oriented basics
│   ├── 007-quiz object oriented basics.html
│   ├── Codes_1
│   │   └── plaintextCode.txt
│   └── Quiz
│   └── Quiz-1.txt
├── 008-introduction to object oriented analysis and design ooad
│   └── 008-introduction to object oriented analysis and design ooad.html
├── 009-introduction to the unified modeling language
│   └── 009-introduction to the unified modeling language.html
├── 010-types of uml diagrams
│   └── 010-types of uml diagrams.html
├── 011-use case diagram
│   └── 011-use case diagram.html
├── 012-class diagram
│   └── 012-class diagram.html
├── 013-sequence diagram
│   └── 013-sequence diagram.html
├── 014-activity diagram
│   └── 014-activity diagram.html
├── 015-quiz object oriented design
│   ├── 015-quiz object oriented design.html
│   └── Quiz
│   └── Quiz-1.txt
├── 016-introduction to solid design principles
│   └── 016-introduction to solid design principles.html
├── 017-solid single responsibility principle
│   └── 017-solid single responsibility principle.html
├── 018-solid open closed principle
│   └── 018-solid open closed principle.html
├── 019-solid liskov substitution principle
│   └── 019-solid liskov substitution principle.html
├── 020-solid interface segregation principle
│   └── 020-solid interface segregation principle.html
├── 021-solid dependency inversion principle
│   └── 021-solid dependency inversion principle.html
├── 022-quiz object oriented design principles
│   ├── 022-quiz object oriented design principles.html
│   └── Quiz
│   └── Quiz-1.txt
├── 023-introduction to the design patterns
│   └── 023-introduction to the design patterns.html
├── 024-classification of design patterns
│   └── 024-classification of design patterns.html
├── 025-creational design patterns
│   └── 025-creational design patterns.html
├── 026-structural design patterns
│   └── 026-structural design patterns.html
├── 027-behavioral design patterns
│   └── 027-behavioral design patterns.html
├── 028-quiz design patterns
│   ├── 028-quiz design patterns.html
│   └── Quiz
│   └── Quiz-1.txt
├── 029-an approach to solve a real world problem
│   └── 029-an approach to solve a real world problem.html
├── 030-getting ready parking lot
│   └── 030-getting ready parking lot.html
├── 031-requirements for the parking lot design
│   └── 031-requirements for the parking lot design.html
├── 032-use case diagram for the parking lot
│   └── 032-use case diagram for the parking lot.html
├── 033-class diagram for the parking lot
│   ├── 033-class diagram for the parking lot.html
│   └── MarkDownQuiz
│   └── Quiz-1.txt
├── 034-sequence diagram for the parking lot
│   └── 034-sequence diagram for the parking lot.html
├── 035-activity diagram for the parking lot
│   └── 035-activity diagram for the parking lot.html
├── 036-code for the parking lot
│   ├── 036-code for the parking lot.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_8
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_9
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 037-getting ready elevator system
│   └── 037-getting ready elevator system.html
├── 038-requirements for the elevator system
│   └── 038-requirements for the elevator system.html
├── 039-use case diagram for the elevator system
│   └── 039-use case diagram for the elevator system.html
├── 040-class diagram for the elevator system
│   └── 040-class diagram for the elevator system.html
├── 041-sequence diagram for the elevator system
│   └── 041-sequence diagram for the elevator system.html
├── 042-activity diagram for the elevator system
│   └── 042-activity diagram for the elevator system.html
├── 043-code of elevator system
│   ├── 043-code of elevator system.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_7
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 044-getting ready library management system
│   └── 044-getting ready library management system.html
├── 045-requirements for the library management system
│   └── 045-requirements for the library management system.html
├── 046-use case diagram for the library management system
│   └── 046-use case diagram for the library management system.html
├── 047-class diagram for the library management system
│   ├── 047-class diagram for the library management system.html
│   └── MarkDownQuiz
│   └── Quiz-1.txt
├── 048-sequence diagram for the library management system
│   └── 048-sequence diagram for the library management system.html
├── 049-activity diagram for the library management system
│   └── 049-activity diagram for the library management system.html
├── 050-code of library management system
│   ├── 050-code of library management system.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_8
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 051-getting ready amazon locker service
│   └── 051-getting ready amazon locker service.html
├── 052-requirements for the amazon locker service
│   └── 052-requirements for the amazon locker service.html
├── 053-use case diagram for the amazon locker service
│   └── 053-use case diagram for the amazon locker service.html
├── 054-class diagram for the amazon locker service
│   └── 054-class diagram for the amazon locker service.html
├── 055-sequence diagram for the amazon locker service
│   └── 055-sequence diagram for the amazon locker service.html
├── 056-activity diagram for the amazon locker service
│   └── 056-activity diagram for the amazon locker service.html
├── 057-code for the amazon locker service
│   ├── 057-code for the amazon locker service.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_5
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 058-getting ready vending machine
│   └── 058-getting ready vending machine.html
├── 059-requirements for the vending machine
│   └── 059-requirements for the vending machine.html
├── 060-use case diagram for the vending machine
│   └── 060-use case diagram for the vending machine.html
├── 061-class diagram for the vending machine
│   └── 061-class diagram for the vending machine.html
├── 062-activity diagram for the vending machine
│   └── 062-activity diagram for the vending machine.html
├── 063-code for the vending machine
│   ├── 063-code for the vending machine.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_4
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 064-getting ready online blackjack game
│   └── 064-getting ready online blackjack game.html
├── 065-requirements for the online blackjack game
│   └── 065-requirements for the online blackjack game.html
├── 066-use case diagram for the online blackjack game
│   └── 066-use case diagram for the online blackjack game.html
├── 067-class diagram for the online blackjack game
│   └── 067-class diagram for the online blackjack game.html
├── 068-activity diagram for the online blackjack game
│   └── 068-activity diagram for the online blackjack game.html
├── 069-code for the online blackjack game
│   ├── 069-code for the online blackjack game.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_7
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 070-getting ready the meeting scheduler problem
│   └── 070-getting ready the meeting scheduler problem.html
├── 071-requirements for the meeting scheduler
│   └── 071-requirements for the meeting scheduler.html
├── 072-use case diagram for the meeting scheduler
│   └── 072-use case diagram for the meeting scheduler.html
├── 073-class diagram for the meeting scheduler
│   └── 073-class diagram for the meeting scheduler.html
├── 074-sequence diagram for the meeting scheduler
│   └── 074-sequence diagram for the meeting scheduler.html
├── 075-activity diagram for the meeting scheduler
│   └── 075-activity diagram for the meeting scheduler.html
├── 076-code for the meeting scheduler
│   ├── 076-code for the meeting scheduler.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_7
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 077-getting ready movie ticket booking system
│   └── 077-getting ready movie ticket booking system.html
├── 078-requirements for the movie ticket booking system
│   └── 078-requirements for the movie ticket booking system.html
├── 079-use case diagram for the movie ticket booking system
│   └── 079-use case diagram for the movie ticket booking system.html
├── 080-class diagram for the movie ticket booking system
│   └── 080-class diagram for the movie ticket booking system.html
├── 081-sequence diagram for the movie ticket booking system
│   └── 081-sequence diagram for the movie ticket booking system.html
├── 082-activity diagram for the movie ticket booking system
│   └── 082-activity diagram for the movie ticket booking system.html
├── 083-code for the movie ticket booking system
│   ├── 083-code for the movie ticket booking system.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_8
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_9
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 084-getting ready the car rental system
│   └── 084-getting ready the car rental system.html
├── 085-requirements for the car rental system
│   └── 085-requirements for the car rental system.html
├── 086-use case diagram for the car rental system
│   └── 086-use case diagram for the car rental system.html
├── 087-class diagram for the car rental system
│   └── 087-class diagram for the car rental system.html
├── 088-sequence diagram for the car rental system
│   └── 088-sequence diagram for the car rental system.html
├── 089-activity diagram for the car rental system
│   └── 089-activity diagram for the car rental system.html
├── 090-code for the car rental system
│   ├── 090-code for the car rental system.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_10
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_11
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_12
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_8
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_9
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 091-getting ready the atm system
│   └── 091-getting ready the atm system.html
├── 092-requirements for the atm system
│   └── 092-requirements for the atm system.html
├── 093-use case diagram for the atm system
│   └── 093-use case diagram for the atm system.html
├── 094-class diagram for the atm system
│   └── 094-class diagram for the atm system.html
├── 095-sequence diagram for the atm system
│   └── 095-sequence diagram for the atm system.html
├── 096-activity diagram for the atm system
│   └── 096-activity diagram for the atm system.html
├── 097-code for the atm system
│   ├── 097-code for the atm system.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_6
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 098-getting ready the chess game
│   └── 098-getting ready the chess game.html
├── 099-requirements for the chess game
│   └── 099-requirements for the chess game.html
├── 100-use case diagram for the chess game
│   └── 100-use case diagram for the chess game.html
├── 101-class diagram for the chess game
│   └── 101-class diagram for the chess game.html
├── 102-activity diagram for the chess game
│   └── 102-activity diagram for the chess game.html
├── 103-code for the chess game
│   ├── 103-code for the chess game.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_7
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 104-getting ready the hotel management system
│   └── 104-getting ready the hotel management system.html
├── 105-requirements for the hotel management system
│   └── 105-requirements for the hotel management system.html
├── 106-use case diagram for the hotel management system
│   └── 106-use case diagram for the hotel management system.html
├── 107-class diagram for the hotel management system
│   └── 107-class diagram for the hotel management system.html
├── 108-sequence diagram for the hotel management system
│   └── 108-sequence diagram for the hotel management system.html
├── 109-activity diagram for the hotel management system
│   └── 109-activity diagram for the hotel management system.html
├── 110-code for the hotel management system
│   ├── 110-code for the hotel management system.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_10
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_11
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_8
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_9
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 111-getting ready the amazon online shopping system
│   └── 111-getting ready the amazon online shopping system.html
├── 112-requirements for the amazon online shopping system
│   └── 112-requirements for the amazon online shopping system.html
├── 113-use case diagram for the amazon online shopping system
│   └── 113-use case diagram for the amazon online shopping system.html
├── 114-class diagram for the amazon online shopping system
│   └── 114-class diagram for the amazon online shopping system.html
├── 115-sequence diagram for the amazon online shopping system
│   └── 115-sequence diagram for the amazon online shopping system.html
├── 116-activity diagram for the amazon online shopping system
│   └── 116-activity diagram for the amazon online shopping system.html
├── 117-code for the amazon online shopping system
│   ├── 117-code for the amazon online shopping system.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_10
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_11
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_8
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_9
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 118-getting ready stack overflow
│   └── 118-getting ready stack overflow.html
├── 119-requirements for stack overflow
│   └── 119-requirements for stack overflow.html
├── 120-use case diagram for stack overflow
│   └── 120-use case diagram for stack overflow.html
├── 121-class diagram for stack overflow
│   └── 121-class diagram for stack overflow.html
├── 122-sequence diagram for stack overflow
│   └── 122-sequence diagram for stack overflow.html
├── 123-activity diagram for stack overflow
│   └── 123-activity diagram for stack overflow.html
├── 124-code for stack overflow
│   ├── 124-code for stack overflow.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_7
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 125-getting ready the restaurant management system
│   └── 125-getting ready the restaurant management system.html
├── 126-requirements for the restaurant management system
│   └── 126-requirements for the restaurant management system.html
├── 127-use case diagram for the restaurant management system
│   └── 127-use case diagram for the restaurant management system.html
├── 128-class diagram for the restaurant management system
│   └── 128-class diagram for the restaurant management system.html
├── 129-sequence diagram for the restaurant management system
│   └── 129-sequence diagram for the restaurant management system.html
├── 130-activity diagram for the restaurant management system
│   └── 130-activity diagram for the restaurant management system.html
├── 131-code for the restaurant management system
│   ├── 131-code for the restaurant management system.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_8
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_9
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 132-getting ready the facebook system
│   └── 132-getting ready the facebook system.html
├── 133-requirements for facebook
│   └── 133-requirements for facebook.html
├── 134-use case diagram for facebook
│   └── 134-use case diagram for facebook.html
├── 135-class diagram for facebook
│   └── 135-class diagram for facebook.html
├── 136-sequence diagram for facebook
│   └── 136-sequence diagram for facebook.html
├── 137-activity diagram for facebook
│   └── 137-activity diagram for facebook.html
├── 138-code for facebook
│   ├── 138-code for facebook.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_10
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_11
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_8
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_9
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 139-getting ready an online stock brokerage system
│   └── 139-getting ready an online stock brokerage system.html
├── 140-requirements for the online stock brokerage system
│   └── 140-requirements for the online stock brokerage system.html
├── 141-use case diagram for the online stock brokerage system
│   └── 141-use case diagram for the online stock brokerage system.html
├── 142-class diagram for the online stock brokerage system
│   └── 142-class diagram for the online stock brokerage system.html
├── 143-sequence diagram for the online stock brokerage system
│   └── 143-sequence diagram for the online stock brokerage system.html
├── 144-activity diagram for the online stock brokerage system
│   └── 144-activity diagram for the online stock brokerage system.html
├── 145-code for the online stock brokerage system
│   ├── 145-code for the online stock brokerage system.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_8
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_9
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 146-getting ready jigsaw puzzle
│   └── 146-getting ready jigsaw puzzle.html
├── 147-requirements for the jigsaw puzzle
│   └── 147-requirements for the jigsaw puzzle.html
├── 148-class diagram for the jigsaw puzzle
│   └── 148-class diagram for the jigsaw puzzle.html
├── 149-code of jigsaw puzzle
│   ├── 149-code of jigsaw puzzle.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_5
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 150-getting ready the airline management system
│   └── 150-getting ready the airline management system.html
├── 151-requirements for the airline management system
│   └── 151-requirements for the airline management system.html
├── 152-use case diagram for the airline management system
│   └── 152-use case diagram for the airline management system.html
├── 153-class diagram for the airline management system
│   └── 153-class diagram for the airline management system.html
├── 154-sequence diagram for the airline management system
│   └── 154-sequence diagram for the airline management system.html
├── 155-activity diagram for the airline management system
│   └── 155-activity diagram for the airline management system.html
├── 156-code for the airline management system
│   ├── 156-code for the airline management system.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_10
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_8
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_9
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 157-getting ready the cricinfo system
│   └── 157-getting ready the cricinfo system.html
├── 158-requirements for cricinfo
│   └── 158-requirements for cricinfo.html
├── 159-use case diagram for cricinfo
│   └── 159-use case diagram for cricinfo.html
├── 160-class diagram for cricinfo
│   └── 160-class diagram for cricinfo.html
├── 161-sequence diagram for cricinfo
│   └── 161-sequence diagram for cricinfo.html
├── 162-activity diagram for cricinfo
│   └── 162-activity diagram for cricinfo.html
├── 163-code for cricinfo
│   ├── 163-code for cricinfo.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_8
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 164-getting ready the linkedin system
│   └── 164-getting ready the linkedin system.html
├── 165-requirements for linkedin
│   └── 165-requirements for linkedin.html
├── 166-use case diagram for linkedin
│   └── 166-use case diagram for linkedin.html
├── 167-class diagram for linkedin
│   └── 167-class diagram for linkedin.html
├── 168-sequence diagram for linkedin
│   └── 168-sequence diagram for linkedin.html
├── 169-activity diagram for linkedin
│   └── 169-activity diagram for linkedin.html
├── 170-code for linkedin
│   ├── 170-code for linkedin.html
│   ├── Codes_1
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_2
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_3
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_4
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_5
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_6
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   ├── Codes_7
│   │   ├── cmain cs.txt
│   │   ├── cplusplusmain cpp.txt
│   │   ├── javamain java.txt
│   │   ├── javascriptindex js.txt
│   │   └── pythonmain py.txt
│   └── Codes_8
│   ├── cmain cs.txt
│   ├── cplusplusmain cpp.txt
│   ├── javamain java.txt
│   ├── javascriptindex js.txt
│   └── pythonmain py.txt
├── 171-interview tips
│   └── 171-interview tips.html
└── 172-conclusion
└── 172-conclusion.html

1169 directories, 2271 files