We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6a40f commit 45b926aCopy full SHA for 45b926a
README.md
@@ -1,6 +1,31 @@
1
-# Javascript-Patterns-Algorithms
+# Javascript Patterns & Algorithms
2
A collection of Javascript design patterns and common algorithms.
3
4
+## Patterns
5
+
6
+- [ ] Command Pattern
7
+- [ ] Constructor Pattern
8
+- [ ] Decorator Pattern
9
+- [ ] Facade Pattern
10
+- [ ] Factory Pattern
11
+- [ ] Flyweight Pattern
12
+- [ ] Mediator Pattern
13
+- [ ] Mixin Pattern
14
+- [ ] Module Pattern
15
+- [ ] Observer Pattern
16
+- [ ] Prototype Pattern
17
+- [ ] Revealing Module Pattern
18
+- [ ] Singleton Pattern
19
20
+## Algorithms
21
22
+- [ ] Binary Search
23
+- [ ] Debounce
24
+- [ ] Fibonacci Numbers
25
+- [ ] Find Node
26
+- [ ] Find Identical Node
27
+- [ ] Flatten Array
28
29
30
## Contributors
31
0 commit comments