Skip to content

Commit 45b926a

Browse files
committed
Outlined tasks to be done
1 parent ab6a40f commit 45b926a

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
1-
# Javascript-Patterns-Algorithms
1+
# Javascript Patterns & Algorithms
22
A collection of Javascript design patterns and common algorithms.
33

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+
429

530
## Contributors
631

0 commit comments

Comments
 (0)