Section | Video Links |
---|---|
Strategy Overview | ![]() ![]() ![]() |
Strategy Use Case | ![]() ![]() ![]() |
... Refer to Book, pause Video Lectures or subscribe to Medium Membership to read textual content.
... Refer to Book, pause Video Lectures or subscribe to Medium Membership to read textual content.
... Refer to Book, pause Video Lectures or subscribe to Medium Membership to read textual content.
python ./strategy/strategy_concept.py
I am ConcreteStrategyA
I am ConcreteStrategyB
I am ConcreteStrategyC
... Refer to Book, pause Video Lectures or subscribe to Medium Membership to read textual content.
python ./strategy/client.py
I am Walking. New position = [1, 0]
I am Running. New position = [3, 0]
I am Crawling. New position = [3.5, 0]
... Refer to Book, pause Video Lectures or subscribe to Medium Membership to read textual content.