File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2727 - --profile=black
2828
2929 - repo : https://github.com/asottile/pyupgrade
30- rev : v3.1 .0
30+ rev : v3.2 .0
3131 hooks :
3232 - id : pyupgrade
3333 args :
Original file line number Diff line number Diff line change 238238 * [ Stack With Singly Linked List] ( data_structures/stacks/stack_with_singly_linked_list.py )
239239 * [ Stock Span Problem] ( data_structures/stacks/stock_span_problem.py )
240240 * Trie
241+ * [ Radix Tree] ( data_structures/trie/radix_tree.py )
241242 * [ Trie] ( data_structures/trie/trie.py )
242243
243244## Digital Image Processing
526527 * [ Collatz Sequence] ( maths/collatz_sequence.py )
527528 * [ Combinations] ( maths/combinations.py )
528529 * [ Decimal Isolate] ( maths/decimal_isolate.py )
530+ * [ Dodecahedron] ( maths/dodecahedron.py )
529531 * [ Double Factorial Iterative] ( maths/double_factorial_iterative.py )
530532 * [ Double Factorial Recursive] ( maths/double_factorial_recursive.py )
531533 * [ Entropy] ( maths/entropy.py )
994996 * [ Deutsch Jozsa] ( quantum/deutsch_jozsa.py )
995997 * [ Half Adder] ( quantum/half_adder.py )
996998 * [ Not Gate] ( quantum/not_gate.py )
999+ * [ Q Fourier Transform] ( quantum/q_fourier_transform.py )
9971000 * [ Q Full Adder] ( quantum/q_full_adder.py )
9981001 * [ Quantum Entanglement] ( quantum/quantum_entanglement.py )
9991002 * [ Quantum Teleportation] ( quantum/quantum_teleportation.py )
11291132
11301133## Web Programming
11311134 * [ Co2 Emission] ( web_programming/co2_emission.py )
1135+ * [ Convert Number To Words] ( web_programming/convert_number_to_words.py )
11321136 * [ Covid Stats Via Xpath] ( web_programming/covid_stats_via_xpath.py )
11331137 * [ Crawl Google Results] ( web_programming/crawl_google_results.py )
11341138 * [ Crawl Google Scholar Citation] ( web_programming/crawl_google_scholar_citation.py )
You can’t perform that action at this time.
0 commit comments