Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SandersLin
/
Python
Public
forked from
TheAlgorithms/Python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
Python
Maths
on
patch-9
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 4, 2018
bugs fixed (#623)
Show description for dab312e
pz-even
authored and
harshildarji
committed
dab312e
View commit details
Copy full SHA for dab312e
View code at this point
Browse repository at this point
absMax.py and absMin.py bugs fixed. (#624)
ahviplc
authored and
harshildarji
committed
d75bec8
View commit details
Copy full SHA for d75bec8
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
Merge branch 'maths_algorithm' of git://github.com/shivamarora1/Python into shivamarora1-maths_algorithm
harshildarji
committed
5729424
View commit details
Copy full SHA for 5729424
View code at this point
Browse repository at this point
Program for finding the HCF,LCM and Palindrome using and recursion and non recursion
Shivam Arora
committed
768a39d
View commit details
Copy full SHA for 768a39d
View code at this point
Browse repository at this point
Commits on Nov 11, 2018
Update absMin.py
ashwek
authored
70a6d98
View commit details
Copy full SHA for 70a6d98
View code at this point
Browse repository at this point
Commits on Nov 10, 2018
Update FindMin.py (#601)
Show description for 265ea0e
gpapadok
authored and
harshildarji
committed
265ea0e
View commit details
Copy full SHA for 265ea0e
View code at this point
Browse repository at this point
Commits on Nov 4, 2018
Merge branch 'master' of git://github.com/gerroo/Python into gerroo-master
harshildarji
committed
5db9d2e
View commit details
Copy full SHA for 5db9d2e
View code at this point
Browse repository at this point
Update 3n+1.py
Show description for 14b5ac6
harshildarji
authored
14b5ac6
View commit details
Copy full SHA for 14b5ac6
View code at this point
Browse repository at this point
Commits on Nov 3, 2018
Added b16, b32, a85, abs, absMax, absMin
erensunerr
committed
a834326
View commit details
Copy full SHA for a834326
View code at this point
Browse repository at this point
Commits on Nov 1, 2018
Update FindMax.py (#588)
Show description for 32db8be
ashwek
authored and
yanglbme
committed
32db8be
View commit details
Copy full SHA for 32db8be
View code at this point
Browse repository at this point
Commits on Oct 28, 2018
name = main
Show description for 261d721
erensunerr
committed
261d721
View commit details
Copy full SHA for 261d721
View code at this point
Browse repository at this point
Added findMin
erensunerr
committed
991abb2
View commit details
Copy full SHA for 991abb2
View code at this point
Browse repository at this point
Added 3n+1
erensunerr
committed
dd8e2af
View commit details
Copy full SHA for dd8e2af
View code at this point
Browse repository at this point
Commits on Oct 24, 2018
Resovle conflicts
harshildarji
committed
c7de76d
View commit details
Copy full SHA for c7de76d
View code at this point
Browse repository at this point
Commits on Oct 22, 2018
Merge branch 'NguyenU' of git://github.com/NguyenU/Python into NguyenU-NguyenU
harshildarji
committed
1148029
View commit details
Copy full SHA for 1148029
View code at this point
Browse repository at this point
Update FindMax.py
harshildarji
authored
45a1ab2
View commit details
Copy full SHA for 45a1ab2
View code at this point
Browse repository at this point
Find max function in python
NguyenU
committed
67d409b
View commit details
Copy full SHA for 67d409b
View code at this point
Browse repository at this point
Commits on Oct 19, 2018
Added a new Algorithm to check if a number is prime or not. (#487)
Show description for b63a111
Unoptimized5
authored and
harshildarji
committed
b63a111
View commit details
Copy full SHA for b63a111
View code at this point
Browse repository at this point
increment 1
AlexDvorak
committed
718b99a
View commit details
Copy full SHA for 718b99a
View code at this point
Browse repository at this point
Improved Code and removed Warnings (#483)
ParthS007
authored
5d1f726
View commit details
Copy full SHA for 5d1f726
View code at this point
Browse repository at this point
Improved Code and removed warnings (#482)
Show description for 07451a6
ParthS007
authored
07451a6
View commit details
Copy full SHA for 07451a6
View code at this point
Browse repository at this point
Commits on Oct 14, 2018
Merge pull request #447 from rafagarciac/master
Show description for 7418ee7
harshildarji
authored
7418ee7
View commit details
Copy full SHA for 7418ee7
View code at this point
Browse repository at this point
Commits on Oct 13, 2018
Update FibonacciSequenceRecursion.py
rafagarciac
authored
a811a0e
View commit details
Copy full SHA for a811a0e
View code at this point
Browse repository at this point
Refactor gdc and rename two files GreaterCommonDivisor and FibonnaciSequenceRecursive
rafagarciac
committed
1a4962a
View commit details
Copy full SHA for 1a4962a
View code at this point
Browse repository at this point
Update Maths/BasicMaths.py
Show description for 5469759
amitkp57
committed
5469759
View commit details
Copy full SHA for 5469759
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
Improve and Refactor the fibonnaciSeries.py (Recursion)
rafagarciac
committed
e03426b
View commit details
Copy full SHA for e03426b
View code at this point
Browse repository at this point
Commits on Oct 7, 2018
fixed some spelling and added a different print message
timgiroux
authored
a8a11cc
View commit details
Copy full SHA for a8a11cc
View code at this point
Browse repository at this point
Commits on Oct 3, 2018
Merge pull request #395 from FarhanKasmani/ExtraAlgortihms
Show description for e09bf50
harshildarji
authored
e09bf50
View commit details
Copy full SHA for e09bf50
View code at this point
Browse repository at this point
Commits on Oct 2, 2018
Extra Algorithms added
FarhanKasmani
committed
a7948f1
View commit details
Copy full SHA for a7948f1
View code at this point
Browse repository at this point
Add Fibonacci Series Using Recursion
purveshmakode24
committed
8fb4df5
View commit details
Copy full SHA for 8fb4df5
View code at this point
Browse repository at this point
Add GCD implementation (#371)
JoaoMLima
authored and
AnshulMalik
committed
a31d20a
View commit details
Copy full SHA for a31d20a
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
Update SimpsonRule.py
cclauss
authored
4fd777e
View commit details
Copy full SHA for 4fd777e
View code at this point
Browse repository at this point
from __future__ import print_function for Python 3
Show description for 3615322
cclauss
authored
3615322
View commit details
Copy full SHA for 3615322
View code at this point
Browse repository at this point
from __future__ import print_function For Python 3
Show description for 0516bde
cclauss
authored
0516bde
View commit details
Copy full SHA for 0516bde
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
Added Simpson Rule to Maths
ltdouthit
committed
698faa9
View commit details
Copy full SHA for 698faa9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.