Skip to content

Pull requests: TheAlgorithms/Python

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

added dp implementation of levenshtein distance
#117 by kv19971 was closed Jan 13, 2018 Loading…
Merged Graphs into data_structure/graph
#120 by dhavdc was merged Sep 28, 2017 Loading…
fix pre-order traversal, add in-order and post-order traversal
#121 by bmoyer was closed Jan 13, 2018 Loading…
Deleted similiar files
#122 by iharsh234 was closed Oct 13, 2017 Loading…
added timsort.py
#123 by theycallmemac was merged Oct 15, 2017 Loading…
Run flake8 tests on Python 3.6
#124 by cclauss was closed Jan 13, 2018 Loading…
Added travis file
#127 by AliAyub007 was closed Jan 20, 2018 Loading…
Added requirements.txt and included it in .travis.yml
#128 by shauryachawla was closed Jan 20, 2018 Loading…
Fixed heading's formatting errors
#129 by Ankit-Dhankhar was merged Nov 28, 2017 Loading…
Changed the typographical error
#132 by nandujkishor was merged Oct 13, 2017 Loading…
added counting sort
#133 by sgbasaraner was closed Jan 20, 2018 Loading…
Added Dijkstra Algorithm
#134 by malikshubham827 was merged Oct 16, 2017 Loading…
#130 fixed radix sort for python 3
#135 by KuLi was merged Oct 17, 2017 Loading…
Adding Euclidean GCD algorithm
#136 by JuantAldea was merged Oct 17, 2017 Loading…
Fixes #131
#137 by JuantAldea was closed Oct 13, 2017 Loading…
working on #93
#138 by rafaelleru was merged Oct 19, 2017 Loading…
added k means clustering algorithm, usage doc inside.
#139 by anuragkumarak95 was merged Oct 17, 2017 Loading…
Added A* Algorithm
#140 by rudrasohan was merged Oct 17, 2017 Loading…
Removed duplicate file for BFS and DFS
#142 by mashrin was closed Oct 24, 2017 Loading…
Added Next Greater Element
#143 by rajnishyadav321 was merged Oct 18, 2017 Loading…
Fix BFS and DFS files
#144 by luisiestrada was closed Oct 14, 2017 Loading…
Refactor data_structures.Stacks
#146 by chrismclennon was merged Oct 19, 2017 Loading…
Fix: typo in multiple files.
#149 by KyleScharnhorst was merged Oct 13, 2017 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.