File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 309
309
* [ Scoring Functions] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/scoring_functions.py )
310
310
* [ Sequential Minimum Optimization] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/sequential_minimum_optimization.py )
311
311
* [ Support Vector Machines] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/support_vector_machines.py )
312
+ * [ Word Frequency Functions] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/word_frequency_functions.py )
312
313
313
314
## Maths
314
315
* [ 3N Plus 1] ( https://github.com/TheAlgorithms/Python/blob/master/maths/3n_plus_1.py )
442
443
* [ Integeration By Simpson Approx] ( https://github.com/TheAlgorithms/Python/blob/master/other/integeration_by_simpson_approx.py )
443
444
* [ Largest Subarray Sum] ( https://github.com/TheAlgorithms/Python/blob/master/other/largest_subarray_sum.py )
444
445
* [ Least Recently Used] ( https://github.com/TheAlgorithms/Python/blob/master/other/least_recently_used.py )
446
+ * [ Lfu Cache] ( https://github.com/TheAlgorithms/Python/blob/master/other/lfu_cache.py )
445
447
* [ Linear Congruential Generator] ( https://github.com/TheAlgorithms/Python/blob/master/other/linear_congruential_generator.py )
448
+ * [ Lru Cache] ( https://github.com/TheAlgorithms/Python/blob/master/other/lru_cache.py )
446
449
* [ Magicdiamondpattern] ( https://github.com/TheAlgorithms/Python/blob/master/other/magicdiamondpattern.py )
447
450
* [ Markov Chain] ( https://github.com/TheAlgorithms/Python/blob/master/other/markov_chain.py )
448
451
* [ Nested Brackets] ( https://github.com/TheAlgorithms/Python/blob/master/other/nested_brackets.py )
566
569
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_40/sol1.py )
567
570
* Problem 42
568
571
* [ Solution42] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_42/solution42.py )
572
+ * Problem 47
573
+ * [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_47/sol1.py )
569
574
* Problem 48
570
575
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_48/sol1.py )
571
576
* Problem 52
You can’t perform that action at this time.
0 commit comments