Skip to content

Commit 6490d15

Browse files
committed
Update README.md to specify programming languages for design patterns and Python tips
1 parent 449350f commit 6490d15

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@
1212
- [Linked List](solutions/linked-list/README.md) `C++`
1313

1414
### [Design Patterns](https://www.youtube.com/playlist?list=PLQhuS49baMUmiygUlBJexyHxpSghlId7g)
15-
- [Singleton](design_patterns/singleton/README.md)
16-
- [Factory](design_patterns/factory/README.md)
17-
- [Façade](design_patterns/facade/README.md)
18-
- [Proxy](design_patterns/proxy/README.md)
19-
- [Observer](design_patterns/observer/README.md)
20-
- [Command](design_patterns/command/README.md)
21-
- [Template Method](design_patterns/template_method/README.md)
22-
- [State](design_patterns/state/README.md)
15+
- [Singleton](design_patterns/singleton/README.md) `Python`
16+
- [Factory](design_patterns/factory/README.md) `Python`
17+
- [Façade](design_patterns/facade/README.md) `Python`
18+
- [Proxy](design_patterns/proxy/README.md) `Python`
19+
- [Observer](design_patterns/observer/README.md) `Python`
20+
- [Command](design_patterns/command/README.md) `Python`
21+
- [Template Method](design_patterns/template_method/README.md) `Python`
22+
- [State](design_patterns/state/README.md) `Python`
2323

2424
### Python Tips
25-
- [Batched](python_utils/batched/README.md)
26-
- [Cached Session](python_utils/cached_session/README.md)
27-
- [Currying](python_utils/currying/README.md)
28-
- [Debugging with pdb](python_utils/pdb/README.md)
29-
- [Decorator](python_utils/decorator/README.md)
30-
- [Defaultdict](python_utils/defaultdict//README.md)
31-
- [Dunder Methods](python_utils/dunder_methods/README.md)
32-
- [Filter](python_utils/filter/README.md)
33-
- [Function Overloading](python_utils/function_overloading/README.md)
34-
- [Itemgetter](python_utils/itemgetter/README.md)
35-
- [List Comprehension](https://htmlpreview.github.io/?https://github.com/andrelbd1/algorithms-practice/blob/master/python_utils/list_comprehension/list_comprehension.html)
36-
- [Map](python_utils/map/README.md)
37-
- [Starmap](python_utils/starmap/README.md)
38-
- [Walrus Operator](python_utils/walrus_operator/README.md)
39-
- [Yield](python_utils/yield/README.md)
40-
- [Zip Longest](python_utils/zip_longest/README.md)
25+
- [Batched](python_utils/batched/README.md) `Python`
26+
- [Cached Session](python_utils/cached_session/README.md) `Python`
27+
- [Currying](python_utils/currying/README.md) `Python`
28+
- [Debugging with pdb](python_utils/pdb/README.md) `Python`
29+
- [Decorator](python_utils/decorator/README.md) `Python`
30+
- [Defaultdict](python_utils/defaultdict//README.md) `Python`
31+
- [Dunder Methods](python_utils/dunder_methods/README.md) `Python`
32+
- [Filter](python_utils/filter/README.md) `Python`
33+
- [Function Overloading](python_utils/function_overloading/README.md) `Python`
34+
- [Itemgetter](python_utils/itemgetter/README.md) `Python`
35+
- [List Comprehension](https://htmlpreview.github.io/?https://github.com/andrelbd1/algorithms-practice/blob/master/python_utils/list_comprehension/list_comprehension.html) `Python`
36+
- [Map](python_utils/map/README.md) `Python`
37+
- [Starmap](python_utils/starmap/README.md) `Python`
38+
- [Walrus Operator](python_utils/walrus_operator/README.md) `Python`
39+
- [Yield](python_utils/yield/README.md) `Python`
40+
- [Zip Longest](python_utils/zip_longest/README.md) `Python`
4141

4242
### Problems and Solutions
4343
- [Flatten List](solutions/flatten-list/README.md) `Python`

0 commit comments

Comments
 (0)