Insights: TheAlgorithms/Python
Overview
Could not load contribution data
Please try again later
36 Pull requests merged by 24 people
-
Remove type cast in combinations algorithm
#7607 merged
Oct 25, 2022 -
Added Implementation of NAND, OR ,XNOR and NOT gates in python
#7596 merged
Oct 25, 2022 -
Arc Length Algorithm
#7610 merged
Oct 25, 2022 -
Create kinetic_energy.py
#7620 merged
Oct 25, 2022 -
Add function for xor gate
#7588 merged
Oct 25, 2022 -
Fix run error in Project Euler problem 104 solution 1
#7604 merged
Oct 25, 2022 -
feat: add Project Euler problem 073 solution 1
#6273 merged
Oct 24, 2022 -
Add Spain National ID validator (#7574)
#7575 merged
Oct 24, 2022 -
Update count_number_of_one_bits.py
#7589 merged
Oct 24, 2022 -
Add function for AND gate
#7593 merged
Oct 24, 2022 -
Update knapsack.py
#7271 merged
Oct 23, 2022 -
check whether integer is even or odd using bit manupulation
#7099 merged
Oct 23, 2022 -
My favorite palindrome
#7455 merged
Oct 23, 2022 -
Update comments in check_pangram.py script
#7564 merged
Oct 23, 2022 -
fix: Fix line too long in doctest
#7566 merged
Oct 23, 2022 -
Fix doctest tracebacks
#7558 merged
Oct 23, 2022 -
Add web program to fetch top 10 real time billionaires using the forbes API.
#7538 merged
Oct 23, 2022 -
Rename xgboostclassifier.py to xgboost_classifier.py
#7550 merged
Oct 23, 2022 -
Replace deprecated `qasm_simulator` with `aer_simulator` (#7308)
#7556 merged
Oct 23, 2022 -
Create superdense_coding.py
#7349 merged
Oct 23, 2022 -
Reduced Time Complexity to O(sqrt(n))
#7429 merged
Oct 23, 2022 -
XGB Regressor
#7107 merged
Oct 23, 2022 -
Add signum function
#7526 merged
Oct 23, 2022 -
Simplify the code in maclaurin_series
#7522 merged
Oct 23, 2022 -
Basic string grammar fix
#7534 merged
Oct 23, 2022 -
Created sum_of_harmonic_series.py
#7504 merged
Oct 23, 2022 -
Maclaurin approximation of cos
#7507 merged
Oct 22, 2022 -
Remove some print statements within algorithmic functions
#7499 merged
Oct 22, 2022 -
Maclaurin series approximation of sin
#7451 merged
Oct 21, 2022 -
XGBoost Classifier
#7106 merged
Oct 20, 2022 -
Add quantum_random.py
#7446 merged
Oct 20, 2022 -
Create graphs/dijkstra_alternate.py
#7405 merged
Oct 20, 2022 -
Remove references to depreciated QasmSimulator
#7417 merged
Oct 19, 2022 -
Implemented Gelu Function
#7368 merged
Oct 19, 2022 -
Fixed a typo of 'a' and 'an' and used f string in print statement and used spaces where necessary.
#7398 merged
Oct 19, 2022 -
Update gaussian_naive_bayes.py
#7406 merged
Oct 19, 2022
38 Pull requests opened by 36 people
-
Texture analysis using Haralick Descriptors for Computer Vision tasks
#7418 opened
Oct 19, 2022 -
Included area of n sided regular polygon
#7438 opened
Oct 20, 2022 -
Author: James Small <first.r.last<at>outlook.com>
#7439 opened
Oct 20, 2022 -
add electric conductivity algorithm
#7449 opened
Oct 20, 2022 -
More readable implementation of tree_sort
#7464 opened
Oct 20, 2022 -
Factorial Simple
#7472 opened
Oct 20, 2022 -
Create roman_to_decimal.py
#7473 opened
Oct 21, 2022 -
Updated documentation of cnn_classification.py
#7486 opened
Oct 21, 2022 -
added longest common substring
#7488 opened
Oct 21, 2022 -
Added CORDIC algorithm
#7493 opened
Oct 21, 2022 -
Create Heidi_Learns_Hashing_1184A1_joaovdmcs.py
#7498 opened
Oct 21, 2022 -
Added a divisors sum
#7501 opened
Oct 22, 2022 -
Facial Reaction Detection
#7505 opened
Oct 22, 2022 -
Added new scripts to Python>ciphers
#7506 opened
Oct 22, 2022 -
Add Viterbi algorithm
#7509 opened
Oct 22, 2022 -
added shannon-fano algorithm
#7524 opened
Oct 22, 2022 -
matrix/count_paths.py
#7533 opened
Oct 22, 2022 -
added script for solving system of linear equations in two variables
#7547 opened
Oct 23, 2022 -
Implemented logarithmic transformation of image in digital_image_processing
#7551 opened
Oct 23, 2022 -
rockOrmine
#7554 opened
Oct 23, 2022 -
ci: Consolidate requirements into `pyproject.toml`
#7565 opened
Oct 23, 2022 -
Created Code Chef Contest rank terminal app
#7568 opened
Oct 23, 2022 -
Changes to be committed:
#7571 opened
Oct 23, 2022 -
added m_coloringproblem.py algorithm
#7573 opened
Oct 23, 2022 -
Update __init__.py
#7577 opened
Oct 23, 2022 -
Create ols_regression.py
#7580 opened
Oct 23, 2022 -
Create fetch_amazon_product_data.py
#7585 opened
Oct 24, 2022 -
Add function for highest set bit location
#7586 opened
Oct 24, 2022 -
Create recursive_approach_knapsack.py
#7587 opened
Oct 24, 2022 -
Fix pre-commit script to validate files in git tree.
#7592 opened
Oct 24, 2022 -
Create minimums_squares_to_represent_a_number.py
#7595 opened
Oct 24, 2022 -
skyline
#7601 opened
Oct 24, 2022 -
Added function that checks if a string is an isogram
#7608 opened
Oct 25, 2022 -
added algo for finding permutations of an array
#7614 opened
Oct 25, 2022 -
Update linear_search.py
#7621 opened
Oct 25, 2022 -
adding code for binary insertion sort
#7630 opened
Oct 25, 2022 -
Add tests to maths/binary_exponentiation.py
#7651 opened
Oct 25, 2022 -
Added Algorithm: Artificial Neural Networks
#7652 opened
Oct 25, 2022
16 Issues closed by 4 people
-
Add Spain National ID validator
#7574 closed
Oct 24, 2022 -
Remove print statements within functions
#7337 closed
Oct 23, 2022 -
Combine `.flake8` and `pytest.ini` into `tox.ini`
#7559 closed
Oct 23, 2022 -
Subset generation shouldn't work entirely by printing
#7502 closed
Oct 22, 2022 -
I have added the solution for height of Binary tree problem
#6979 closed
Oct 22, 2022 -
[Matrix] I have added the solution for Max area of island problem
#6981 closed
Oct 22, 2022 -
[Binary Tree] I have added the solution for different views of binary tree.
#6980 closed
Oct 22, 2022 -
Add flake8-comprehensions to pre-commit
#7233 closed
Oct 21, 2022 -
Footer
#7436 closed
Oct 21, 2022 -
The search bar could be made more visible
#7428 closed
Oct 21, 2022 -
The search bar could be made more visible
#7427 closed
Oct 21, 2022 -
The search bar could be made more visible
#7426 closed
Oct 21, 2022 -
The search bar could be made more visible
#7425 closed
Oct 21, 2022 -
Title of project
#6786 closed
Oct 21, 2022 -
Add XGBoost Model
#6551 closed
Oct 20, 2022 -
[PYTEST WARNING] QasmSimulator will be deprecated
#7308 closed
Oct 19, 2022
7 Issues opened by 6 people
-
Newton-Raphson method in math algorithm
#7642 opened
Oct 25, 2022 -
Colorization of image
#7513 opened
Oct 22, 2022 -
The git pre-commit hook contradices itself and goes beyond the scope of the files to commit
#7512 opened
Oct 22, 2022 -
Add the CORDIC algorithm
#7490 opened
Oct 21, 2022 -
Blum Blum Shub PRNG
#7470 opened
Oct 20, 2022 -
Add the Viterbi algorithm
#7465 opened
Oct 20, 2022 -
i want to add inverse factoral method to find nCr in O(1)
#7440 opened
Oct 20, 2022
36 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
wave formula for physics
#7188 commented on
Oct 23, 2022 • 27 new comments -
Resonant Frequency & Electrical Impedance
#6983 commented on
Oct 25, 2022 • 10 new comments -
Create newton_backward_interpolation.py
#6978 commented on
Oct 20, 2022 • 8 new comments -
Added problem 60 in project euler
#7195 commented on
Oct 20, 2022 • 8 new comments -
widlcard_matching readability and Space Complexity
#7413 commented on
Oct 20, 2022 • 8 new comments -
added support for inverse of 3x3 matrix
#7355 commented on
Oct 22, 2022 • 7 new comments -
Dijkstra's Shortest Path Algorithm in Python
#7173 commented on
Oct 21, 2022 • 6 new comments -
Binary tree path sum
#7135 commented on
Oct 24, 2022 • 6 new comments -
Adding remove_vowels.py and camel_case_to_snake_case.py
#6589 commented on
Oct 23, 2022 • 5 new comments -
Linear_search.py
#6479 commented on
Oct 25, 2022 • 3 new comments -
Added spheres union
#6879 commented on
Oct 21, 2022 • 3 new comments -
Add maximum circular subarray sum under Dynamic Programming
#7098 commented on
Oct 25, 2022 • 3 new comments -
Assign each of our pytest warnings to the algorithm authors
#7211 commented on
Oct 19, 2022 • 2 new comments -
Stock Price Prediction Algorithms
#6889 commented on
Oct 25, 2022 • 2 new comments -
Binary Insertion Sort | Sort
#6537 commented on
Oct 25, 2022 • 2 new comments -
Add Project Euler problem 082 solution 1
#6282 commented on
Oct 24, 2022 • 2 new comments -
Add Project Euler problem 117 solution 1
#6872 commented on
Oct 23, 2022 • 2 new comments -
Create monte_carlo_integration_univariate.py
#7215 commented on
Oct 19, 2022 • 2 new comments -
Python/data_structures/binary_tree/red_black_tree.py remove error
#6163 commented on
Oct 20, 2022 • 1 new comment -
Majority Element
#6689 commented on
Oct 20, 2022 • 1 new comment -
Levinstein distance Dynamic Programming: up -> down approach
#7172 commented on
Oct 21, 2022 • 1 new comment -
Some algorithms are "how-to" examples
#6216 commented on
Oct 21, 2022 • 1 new comment -
Content of the machine learning is so poor
#7391 commented on
Oct 22, 2022 • 1 new comment -
Add Exponential Search in Search folder
#7042 commented on
Oct 22, 2022 • 1 new comment -
System of linear equation in 2 variable.
#7122 commented on
Oct 22, 2022 • 1 new comment -
Search in 2D matrix
#6795 commented on
Oct 22, 2022 • 1 new comment -
Rotate Linked List
#6641 commented on
Oct 22, 2022 • 1 new comment -
Implementation of Sum of Subset problem in python
#4941 commented on
Oct 22, 2022 • 1 new comment -
Added face similarity detection
#4653 commented on
Oct 22, 2022 • 1 new comment -
Delete broken file
#7010 commented on
Oct 24, 2022 • 1 new comment -
Second largest element in array
#6837 commented on
Oct 23, 2022 • 1 new comment -
feat: Implement binary tree path sum (#7135)
#7270 commented on
Oct 21, 2022 • 1 new comment -
Added code for palindrome partitioning problem under dynamic programming
#7222 commented on
Oct 22, 2022 • 0 new comments -
Implemented a Pascal triangle generator
#7317 commented on
Oct 20, 2022 • 0 new comments -
Refactor bottom-up edit distance function to be class method
#7347 commented on
Oct 22, 2022 • 0 new comments -
Implemented Swish Function
#7357 commented on
Oct 19, 2022 • 0 new comments