File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 27
27
- --profile=black
28
28
29
29
- repo : https://github.com/asottile/pyupgrade
30
- rev : v3.1 .0
30
+ rev : v3.2 .0
31
31
hooks :
32
32
- id : pyupgrade
33
33
args :
Original file line number Diff line number Diff line change 238
238
* [ Stack With Singly Linked List] ( data_structures/stacks/stack_with_singly_linked_list.py )
239
239
* [ Stock Span Problem] ( data_structures/stacks/stock_span_problem.py )
240
240
* Trie
241
+ * [ Radix Tree] ( data_structures/trie/radix_tree.py )
241
242
* [ Trie] ( data_structures/trie/trie.py )
242
243
243
244
## Digital Image Processing
526
527
* [ Collatz Sequence] ( maths/collatz_sequence.py )
527
528
* [ Combinations] ( maths/combinations.py )
528
529
* [ Decimal Isolate] ( maths/decimal_isolate.py )
530
+ * [ Dodecahedron] ( maths/dodecahedron.py )
529
531
* [ Double Factorial Iterative] ( maths/double_factorial_iterative.py )
530
532
* [ Double Factorial Recursive] ( maths/double_factorial_recursive.py )
531
533
* [ Entropy] ( maths/entropy.py )
994
996
* [ Deutsch Jozsa] ( quantum/deutsch_jozsa.py )
995
997
* [ Half Adder] ( quantum/half_adder.py )
996
998
* [ Not Gate] ( quantum/not_gate.py )
999
+ * [ Q Fourier Transform] ( quantum/q_fourier_transform.py )
997
1000
* [ Q Full Adder] ( quantum/q_full_adder.py )
998
1001
* [ Quantum Entanglement] ( quantum/quantum_entanglement.py )
999
1002
* [ Quantum Teleportation] ( quantum/quantum_teleportation.py )
1129
1132
1130
1133
## Web Programming
1131
1134
* [ Co2 Emission] ( web_programming/co2_emission.py )
1135
+ * [ Convert Number To Words] ( web_programming/convert_number_to_words.py )
1132
1136
* [ Covid Stats Via Xpath] ( web_programming/covid_stats_via_xpath.py )
1133
1137
* [ Crawl Google Results] ( web_programming/crawl_google_results.py )
1134
1138
* [ Crawl Google Scholar Citation] ( web_programming/crawl_google_scholar_citation.py )
You can’t perform that action at this time.
0 commit comments