An open API service for providing issue and pull request metadata for open source projects.

GitHub / kennyledet/Algorithm-Implementations issues and pull requests

#99 - added bresenham line algorithm in scala and binary search in java

Pull Request - State: closed - Opened by lichtsprung over 11 years ago

#98 - Moved .lua files to subfolder

Pull Request - State: closed - Opened by Yonaba over 11 years ago

#97 - Added Quicksort in Lua

Pull Request - State: closed - Opened by Yonaba over 11 years ago

#96 - Added Mergesort in Lua

Pull Request - State: closed - Opened by Yonaba over 11 years ago

#94 - Added Fisher-Yates shuffle in Lua

Pull Request - State: closed - Opened by Yonaba over 11 years ago - 1 comment

#93 - Added Boyer-Moore-Horspool in Lua

Pull Request - State: closed - Opened by Yonaba over 11 years ago - 1 comment

#92 - Added Bubble sort in Lua

Pull Request - State: closed - Opened by Yonaba over 11 years ago - 1 comment

#91 - generified bubble sort in scala

Pull Request - State: closed - Opened by lichtsprung over 11 years ago

#90 - Generic implementations

Issue - State: closed - Opened by davidsth over 11 years ago - 12 comments

#89 - added fisher-yates in scala

Pull Request - State: closed - Opened by lichtsprung over 11 years ago

#87 - Insertion Sort in PHP with PHPUnit Test

Pull Request - State: closed - Opened by mitogh over 11 years ago

#86 - Typos fixes, Addition of Bogobogosort and Bozosort

Pull Request - State: closed - Opened by Yonaba over 11 years ago

#85 - added euclidean algorithm in scala

Pull Request - State: closed - Opened by lichtsprung over 11 years ago

#84 - added bogo sort in scala

Pull Request - State: closed - Opened by lichtsprung over 11 years ago

#83 - Added Selectionsort in Lua

Pull Request - State: closed - Opened by ducthanhtran over 11 years ago

#82 - Add binary search in scala

Pull Request - State: closed - Opened by lichtsprung over 11 years ago

#81 - Added Bogosort in Lua

Pull Request - State: closed - Opened by Yonaba over 11 years ago

#80 - add shell sort using python

Pull Request - State: closed - Opened by tdoly over 11 years ago

#79 - Added Euclidian algorithm in Lua

Pull Request - State: closed - Opened by Yonaba over 11 years ago - 1 comment

#78 - Insertion Sort with Ruby and Rspec for test

Pull Request - State: closed - Opened by mitogh over 11 years ago

#77 - Euclidean Algorithm with rspect test

Pull Request - State: closed - Opened by mitogh over 11 years ago - 2 comments

#76 - Bubblesort algorithm (Lua)

Pull Request - State: closed - Opened by ducthanhtran over 11 years ago - 1 comment

#75 - Find the maximum subarray using divide and conquer.

Pull Request - State: closed - Opened by rrivera1849 over 11 years ago - 5 comments

#74 - Added Binary search implementation in Lua

Pull Request - State: closed - Opened by Yonaba over 11 years ago - 1 comment

#73 - Better organization.

Issue - State: closed - Opened by mitogh over 11 years ago - 15 comments

#72 - Added Knuth-Morris-Pratt algo in Go (with tests)

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#70 - Move kmp_match.py to the correct directory

Pull Request - State: closed - Opened by dalleng over 11 years ago

#69 - Python code under Kruskal algorithm is actually Knuth-Morris-Prath algorithm

Issue - State: closed - Opened by kutschkem over 11 years ago - 1 comment

#68 - Test Binary search with rspec

Pull Request - State: closed - Opened by mitogh over 11 years ago

#67 - Create kadane.py

Pull Request - State: closed - Opened by shivam5992 over 11 years ago

#66 - Adding the PHP original files with the test

Pull Request - State: closed - Opened by mitogh over 11 years ago

#65 - MergeSort written in java that sorts specified range into ascending order.

Pull Request - State: closed - Opened by rrivera1849 over 11 years ago - 1 comment

#64 - Simplify and comment implementation of floyd warshall. Add tests for flo...

Pull Request - State: closed - Opened by dalleng over 11 years ago

#63 - Fixing and adding test on euclidean.php

Pull Request - State: closed - Opened by mitogh over 11 years ago

#62 - Add K-Means Clustering in Scala

Pull Request - State: closed - Opened by lichtsprung over 11 years ago

#61 - Refactor of Bubble sort in php and adding some test

Pull Request - State: closed - Opened by mitogh over 11 years ago - 1 comment

#60 - Minor fix to keep the loop from going too far

Pull Request - State: closed - Opened by jakobhans over 11 years ago

#59 - bubble_sort in scala

Pull Request - State: closed - Opened by lichtsprung over 11 years ago

#58 - Binary Search in PHP with PHPUnit Test

Pull Request - State: closed - Opened by mitogh over 11 years ago

#57 - Enhancements and unit tests

Pull Request - State: closed - Opened by abhin4v over 11 years ago

#56 - Added PHP application of Bubble Sort algorithm

Pull Request - State: closed - Opened by jakobhans over 11 years ago

#55 - add kmp python algorithm

Pull Request - State: closed - Opened by tdoly over 11 years ago

#54 - Add unit test for MergeSort

Pull Request - State: closed - Opened by dalleng over 11 years ago - 2 comments

#53 - A* Search implementation in Haskell

Pull Request - State: closed - Opened by abhin4v over 11 years ago

#52 - Euclidean Algorithm in PHP

Pull Request - State: closed - Opened by jakobhans over 11 years ago - 1 comment

#51 - Added Bogosort in Ruby, Javascript & Java

Pull Request - State: closed - Opened by jcla1 over 11 years ago - 2 comments

#50 - Added Fisher-Yates shuffle in Java

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#49 - Add A Unit Test For My Radix Sort Implementation

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago

#48 - Amend README.md To Reflect New Submission Convention

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago - 1 comment

#47 - Created Huffman Coding and implemented it in Python

Pull Request - State: closed - Opened by caseykulm over 11 years ago

#46 - Folder structure

Issue - State: closed - Opened by caseykulm over 11 years ago - 3 comments

#45 - Added Binary search in Python, Javascript & Ruby

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#44 - Moved files into new directory structure

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#43 - Changes to comply new naming conventions

Pull Request - State: closed - Opened by dalleng over 11 years ago - 1 comment

#42 - Added Fisher-Yates shuffle in JS, Python, Go & Ruby

Pull Request - State: closed - Opened by jcla1 over 11 years ago - 2 comments

#41 - Corrected Horspool's algorithm to now work correctly (JS version)

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#40 - Create radix_sort.java

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago

#39 - Delete patrickyevsukov_readable_radix_sort.java

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago

#38 - Create radix_sort.java

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago - 1 comment

#37 - Create stat_mode_test.h

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago

#36 - Create stat_mode_test.c

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago

#35 - Create stat_mode.h

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago

#34 - Delete patrickyevsukov_stat_mode.c

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago

#33 - Create stat_mode.c

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago

#32 - Propose Change To Submission Naming Convention

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago - 1 comment

#31 - Horspool's algorithm in Python & Go

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#30 - Added bubblesort in Go

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#29 - Added Boyer-Moore-Horsepool in JavaScript

Pull Request - State: closed - Opened by derek over 11 years ago - 3 comments

#28 - Fixed python implementation of Merge Sort

Pull Request - State: closed - Opened by jonathanlebron over 11 years ago - 5 comments

#27 - Added Mergesort in Prolog

Pull Request - State: closed - Opened by jcla1 over 11 years ago - 1 comment

#26 - Added Euclidean algorithm in Python, Go and Javascript

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#25 - Add the floyd warshall algorithm for all-pairs shortest path

Pull Request - State: closed - Opened by dalleng over 11 years ago

#24 - Separate algorithm from UI

Pull Request - State: closed - Opened by lericson over 11 years ago

#23 - Added Go binary search

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#22 - Added merge sort in Go

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#21 - Added Python Bogosort

Pull Request - State: closed - Opened by jcla1 over 11 years ago

#20 - added java implementation of Bubble & Shell Sort

Pull Request - State: closed - Opened by pravsingh over 11 years ago - 1 comment

#19 - fixed types and added the conventions on writing unit test cases

Pull Request - State: closed - Opened by pravsingh over 11 years ago - 1 comment

#18 - added 2 more 'good to have' coding conventions

Pull Request - State: closed - Opened by pravsingh over 11 years ago

#17 - Update Attribution

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago

#16 - Add Statistical Mode Finding Algorithm

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago - 2 comments

#15 - Adding a JS token bucket implementation

Pull Request - State: closed - Opened by jhurliman over 11 years ago

#14 - Add MergeSort in Java

Pull Request - State: closed - Opened by dalleng over 11 years ago - 1 comment

#13 - added c implementation of merge sort

Pull Request - State: closed - Opened by jonathanlebron over 11 years ago - 1 comment

#12 - Insertion Sort in Java

Pull Request - State: closed - Opened by n1ghtmare over 11 years ago - 1 comment

#11 - Assorted sorting algorithms in C++, Python, and Javascript

Pull Request - State: closed - Opened by madisonmay over 11 years ago - 1 comment

#10 - Minor fixes

Pull Request - State: closed - Opened by yblondeau over 11 years ago

#9 - Add Hamming weigth in C

Pull Request - State: closed - Opened by grasGendarme over 11 years ago - 2 comments

#8 - Added MIT license to merge_sort.js

Pull Request - State: closed - Opened by dagumak over 11 years ago

#7 - Added Merge Sort and Quick Sort in JavaScript

Pull Request - State: closed - Opened by dagumak over 11 years ago - 2 comments

#6 - Implementation for MST using Kruskal's Algorithm with disjoint sets.

Pull Request - State: closed - Opened by ncraun over 11 years ago

#5 - Hamming Code added

Pull Request - State: closed - Opened by sjs7007 over 11 years ago

#4 - Python implementation of merge sort

Pull Request - State: closed - Opened by slcjordan over 11 years ago

#3 - Create ranrotb_prng.h

Pull Request - State: closed - Opened by stolendata over 11 years ago - 1 comment

#2 - Replaced profanity for younger audiences

Pull Request - State: closed - Opened by mholt over 11 years ago - 1 comment

#1 - Add A Readable Radix Sort

Pull Request - State: closed - Opened by patrickyevsukov over 11 years ago - 2 comments