File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 266
266
* [ Test Linear Algebra] ( https://github.com/TheAlgorithms/Python/blob/master/linear_algebra/src/test_linear_algebra.py )
267
267
268
268
## Machine Learning
269
+ * [ Astar] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/astar.py )
269
270
* [ Decision Tree] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/decision_tree.py )
270
271
* [ Gaussian Naive Bayes] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/gaussian_naive_bayes.py )
271
272
* [ Gradient Descent] ( https://github.com/TheAlgorithms/Python/blob/master/machine_learning/gradient_descent.py )
327
328
* [ Hardy Ramanujanalgo] ( https://github.com/TheAlgorithms/Python/blob/master/maths/hardy_ramanujanalgo.py )
328
329
* [ Is Square Free] ( https://github.com/TheAlgorithms/Python/blob/master/maths/is_square_free.py )
329
330
* [ Jaccard Similarity] ( https://github.com/TheAlgorithms/Python/blob/master/maths/jaccard_similarity.py )
331
+ * [ Kadanes Algorithm] ( https://github.com/TheAlgorithms/Python/blob/master/maths/kadanes_algorithm.py )
330
332
* [ Karatsuba] ( https://github.com/TheAlgorithms/Python/blob/master/maths/karatsuba.py )
331
333
* [ Kth Lexicographic Permutation] ( https://github.com/TheAlgorithms/Python/blob/master/maths/kth_lexicographic_permutation.py )
332
334
* [ Largest Of Very Large Numbers] ( https://github.com/TheAlgorithms/Python/blob/master/maths/largest_of_very_large_numbers.py )
You can’t perform that action at this time.
0 commit comments