Skip to content

Commit a1b228d

Browse files
authored
remove some content
1 parent 8faa62a commit a1b228d

File tree

1 file changed

+0
-16
lines changed
  • Small Example From Google talk/Three Steps to prototype the example

1 file changed

+0
-16
lines changed

Small Example From Google talk/Three Steps to prototype the example/ReadMe.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@ Problem statement: 1 + 2*3, how to implement in OO design (using C# language)
1515

1616
Three solutions are provided, naive one, better one, optimal solution to apply S.O. principles.
1717

18-
1. Represent this as a tree
19-
20-
+
21-
22-
/ \
23-
24-
1 *
25-
26-
/ \
27-
28-
2 3
29-
30-
31-
Most of people come out solution like the following:
32-
Using conditionals
33-
3418

3519

3620
Reference:

0 commit comments

Comments
 (0)