Skip to content

Pull requests: TheAlgorithms/JavaScript

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 Stack Implementation
#1 by the-codingninja Member was closed Aug 3, 2017 Loading…
Added Singly LinkedList Implementation
#3 by the-codingninja Member was merged Aug 4, 2017 Loading…
Added Implementation of Bubble Sort
#5 by the-codingninja Member was merged Aug 13, 2017 Loading…
Added Implementation of Selection Sort
#6 by the-codingninja Member was merged Aug 14, 2017 Loading…
Added Implementation of Insertion Sort
#7 by the-codingninja Member was merged Aug 15, 2017 Loading…
Added Decimal to BInary Conversion
#10 by the-codingninja Member was merged Aug 19, 2017 Loading…
Added Implementation of Sieve Of Eratosthenes
#13 by the-codingninja Member was merged Oct 5, 2017 Loading…
Added bottom up DP implementation of Fibonacci
#16 by EternalEnvy Contributor was merged Oct 25, 2017 Loading…
Binary search tree
#18 by meetzaveri was closed Oct 5, 2017 Loading…
Created hashingalgorithm.js changes required This pull request needs changes
#19 by meetzaveri was closed Feb 19, 2018 Loading…
Implemented shell sort algorithm
#20 by KuLi Contributor was merged Oct 5, 2017 Loading…
Implemented gnome sort algorithm
#21 by KuLi Contributor was merged Oct 5, 2017 Loading…
Implemented cocktail shaker sort algorithm
#22 by KuLi Contributor was merged Oct 7, 2017 Loading…
Added heapsort algorithm.
#23 by Panzki Contributor was merged Oct 5, 2017 Loading…
Added Bogosort algorithm
#24 by Panzki Contributor was merged Oct 5, 2017 Loading…
Added quicksort to the sorting algorithms.
#25 by Panzki Contributor was merged Oct 5, 2017 Loading…
#14 - Adding merge sort algorithm
#29 by Polyneue Contributor was merged Oct 5, 2017 Loading…
Adding the Caesar's Cipher algorithm
#30 by Polyneue Contributor was merged Oct 16, 2017 Loading…
fix typo in bubble sort description
#31 by bexis13 Contributor was merged Oct 16, 2017 Loading…
add to bubble sort information about big O complexity and efficiency
#32 by bexis13 Contributor was merged Oct 18, 2017 Loading…
add additional implementation using a while loop for educational purposes
#33 by bexis13 Contributor was merged Oct 18, 2017 Loading…
add last console printing to show after sorting
#34 by bexis13 Contributor was merged Oct 18, 2017 Loading…
Create bubbleSort.js
#35 by LukeSchlangen was closed Oct 20, 2017 Loading…
Create quickSort.js
#36 by LukeSchlangen was closed Oct 20, 2017 Loading…
Create insertSort.js
#37 by LukeSchlangen was closed Oct 20, 2017 Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.