File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ repos:
16
16
- id : auto-walrus
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.0.292
19
+ rev : v0.1.1
20
20
hooks :
21
21
- id : ruff
22
22
23
23
- repo : https://github.com/psf/black
24
- rev : 23.9.1
24
+ rev : 23.10.0
25
25
hooks :
26
26
- id : black
27
27
51
51
- id : validate-pyproject
52
52
53
53
- repo : https://github.com/pre-commit/mirrors-mypy
54
- rev : v1.6.0
54
+ rev : v1.6.1
55
55
hooks :
56
56
- id : mypy
57
57
args :
Original file line number Diff line number Diff line change 233
233
* [ Deque Doubly] ( data_structures/linked_list/deque_doubly.py )
234
234
* [ Doubly Linked List] ( data_structures/linked_list/doubly_linked_list.py )
235
235
* [ Doubly Linked List Two] ( data_structures/linked_list/doubly_linked_list_two.py )
236
+ * [ Floyds Cycle Detection] ( data_structures/linked_list/floyds_cycle_detection.py )
236
237
* [ From Sequence] ( data_structures/linked_list/from_sequence.py )
237
238
* [ Has Loop] ( data_structures/linked_list/has_loop.py )
238
239
* [ Is Palindrome] ( data_structures/linked_list/is_palindrome.py )
394
395
* [ Interest] ( financial/interest.py )
395
396
* [ Present Value] ( financial/present_value.py )
396
397
* [ Price Plus Tax] ( financial/price_plus_tax.py )
398
+ * [ Simple Moving Average] ( financial/simple_moving_average.py )
397
399
398
400
## Fractals
399
401
* [ Julia Sets] ( fractals/julia_sets.py )
706
708
* [ Polygonal Numbers] ( maths/special_numbers/polygonal_numbers.py )
707
709
* [ Pronic Number] ( maths/special_numbers/pronic_number.py )
708
710
* [ Proth Number] ( maths/special_numbers/proth_number.py )
711
+ * [ Triangular Numbers] ( maths/special_numbers/triangular_numbers.py )
709
712
* [ Ugly Numbers] ( maths/special_numbers/ugly_numbers.py )
710
713
* [ Weird Number] ( maths/special_numbers/weird_number.py )
711
714
* [ Sum Of Arithmetic Series] ( maths/sum_of_arithmetic_series.py )
826
829
* [ Shear Stress] ( physics/shear_stress.py )
827
830
* [ Speed Of Sound] ( physics/speed_of_sound.py )
828
831
* [ Speeds Of Gas Molecules] ( physics/speeds_of_gas_molecules.py )
832
+ * [ Terminal Velocity] ( physics/terminal_velocity.py )
829
833
830
834
## Project Euler
831
835
* Problem 001
You can’t perform that action at this time.
0 commit comments