diff options
-rw-r--r-- | readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..90cffb5 --- /dev/null +++ b/readme.md @@ -0,0 +1,25 @@ +# design patters + +List of applied design patters + +- Observer +- Factory + +## TODO + +- [ ] abstract class Node +- [ ] class CircuitFactory +- [ ] class GateAnd +- [ ] class GateNand +- [ ] class GateNor +- [ ] class GateNot +- [ ] class GateOr +- [ ] class GateXor +- [ ] class Net +- [ ] class NodeInput +- [ ] class NodeOutput +- [ ] class Parser +- [ ] class Subject +- [ ] enum SignalLevel +- [ ] interface Observer + |