Skip to content

Update the forked repo #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 50 commits into from
Mar 27, 2021
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
677d48d
Rename coin_change.py to minimum_coin_change.py (#4108)
Cosmicoppai Jan 11, 2021
03d3435
Graph list patch (#4113)
chidi-godwin Jan 12, 2021
0728cf1
Added code to merge two trees (#4121)
jindal2309 Jan 18, 2021
7d26ba7
Added diffie-hellman algorithm (#4128)
ruppysuppy Jan 21, 2021
d594f45
[mypy] Add/fix type annotations for similarity search in machine lear…
SteveKimSR Jan 22, 2021
3f1e376
add reverse_bits.py (#4120)
ayushbisht2001 Jan 27, 2021
97b6ca2
[mypy] Add/fix type annotations for boolean_algebra (#4172)
rajayush213 Feb 4, 2021
2595cf0
[mypy] Add/fix type annotations for binary trees in data structures (…
Leo-LiHao Feb 4, 2021
4903a65
Create slowsort.py (#3865)
DjaouadNM Feb 9, 2021
f66325a
odd_even_sort.py (#4199)
OCM-7898 Feb 11, 2021
d3ac521
add count_number_of_one_bits.py (#4195)
ayushbisht2001 Feb 12, 2021
78ddb46
Quick sort with lomuto partition (#3875)
MarineJoker Feb 17, 2021
bfb5700
Update LICENSE.md (#4210)
lzhbhlrPython Feb 19, 2021
6bb9a02
Implementation of the algorithm for the Koch snowflake (#4207)
algobytewise Feb 20, 2021
81c46df
[mypy] Add/fix type annotations for quick_sort(#4085) (#4215)
MatthewG25 Feb 20, 2021
2a6e4bb
[mypy] Add/fix type annotations for "conways_game_of_life.py" & "one_…
algobytewise Feb 21, 2021
f680806
add type hints for avl_tree (#4214)
Leo-LiHao Feb 21, 2021
61f3119
Change occurrences of str.format to f-strings (#4118)
CarsonHam Feb 23, 2021
02d9bc6
Added binary shifts and twos complement functions to bit manipulation…
Leyza Feb 23, 2021
a4726ca
[mypy]Correction of all errors in the sorts directory (#4224)
MatthewG25 Feb 23, 2021
7df393f
mypy-fix for bezier_curve.py (#4220)
algobytewise Feb 23, 2021
4c6b92f
Add Mandelbrot algorithm
algobytewise Feb 23, 2021
7bf1d62
snake_case-fix
algobytewise Feb 23, 2021
71b1202
fixed-renaming
algobytewise Feb 23, 2021
67b33a2
Optimization shell sort (#4119)
realDuYuanChao Feb 26, 2021
4c76e3c
[mypy] Added/fixed type annotations for "rotate_matrix.py" & "test_ma…
algobytewise Feb 26, 2021
0435128
Add geometric_mean.py (#4244)
ayushbisht2001 Mar 1, 2021
a796ccf
Add graham scan algorithm (#4205)
Mar 2, 2021
ecf9b81
Added solution for Project Euler problem 109 (#4080)
fpringle Mar 6, 2021
ced83be
Add arithmetic_mean.py (#4243)
ayushbisht2001 Mar 12, 2021
4f6a929
[mypy] Add/fix type annotations for electronics algorithms (#4247)
shan7030 Mar 18, 2021
8e488dd
mypy-fix for "covid_stats_via_xpath.py" (#4233)
algobytewise Mar 19, 2021
ffa53c0
Include mypy instructions in CONTRIBUTING.md (#4271)
algobytewise Mar 19, 2021
b8a19cc
GitHub Actions: fast-fail on black formatting issues (#4268)
cclauss Mar 20, 2021
9875673
Update our pre-commit dependencies (#4273)
cclauss Mar 20, 2021
8f5f32b
New fractals folder (#4277)
algobytewise Mar 20, 2021
89a43c8
feat: Add solution for Project Euler Problem 121 (#4261)
fpringle Mar 20, 2021
8d7ef6a
build.yml: Run mypy --ignore-missing-imports (#4276)
cclauss Mar 20, 2021
2dc2c99
refactor: Rename explicit_euler.py to euler_method.py (#4275)
algobytewise Mar 20, 2021
dd757dc
feat: Add greedy_coin_change.py algorithm (#3805)
DevanshiPatel18 Mar 20, 2021
2c6f553
[mypy] Fix type annotations for cellular_automata (#4236)
noviicee Mar 20, 2021
99a42f2
Move files to strings folder (#4283)
algobytewise Mar 21, 2021
14bcb58
fix(mypy): Fix annotations for 13 cipher algorithms (#4278)
dhruvmanila Mar 22, 2021
8d51c2c
move-files-and-2-renames (#4285)
algobytewise Mar 22, 2021
ce99859
Move files to various folders (#4286)
algobytewise Mar 22, 2021
0ee8f79
Moved "other/anagrams.py" to the string folder (#4289)
algobytewise Mar 22, 2021
a8db5d4
[mypy] fix compression folder (#4290)
algobytewise Mar 22, 2021
9595079
[mypy] fix small folders (#4292)
algobytewise Mar 23, 2021
9b60be6
[mypy] fix small folders 2 (#4293)
algobytewise Mar 26, 2021
35901eb
Move: traversals/binary_tree_traversals.py --> searches/binary_tree_t…
algobytewise Mar 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: Rename explicit_euler.py to euler_method.py (TheAlgorithms#…
…4275)

* reupload

* Rename explicit_euler.py to euler_method.py

* Delete file
  • Loading branch information
algobytewise authored Mar 20, 2021
commit 2dc2c99f2b9ec3c1fe02064720718f65f19e7292
File renamed without changes.