Skip to content

Pull requests: knaxus/problem-solving-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

--update : add test file for merge-two-sorted-arrays
#1 by TheSTL was merged Sep 7, 2019 Loading… updated Sep 7, 2019
BinarySearch test
#5 by TheSTL was merged Sep 7, 2019 Loading… updated Sep 7, 2019
2nd approach for product-of-elements
#3 by TheSTL was merged Sep 7, 2019 Loading… updated Sep 7, 2019
product-of-elements.test.js
#7 by TheSTL was closed Sep 7, 2019 Loading… updated Sep 7, 2019
--update : add product-of-elements.test.js
#4 by TheSTL was closed Sep 7, 2019 Loading… updated Sep 7, 2019
product-of-element.test.js
#8 by TheSTL was merged Sep 8, 2019 Loading… updated Sep 8, 2019
Add unit tests for findMaxConsecutive1s
#27 by narsaynorath was merged Oct 4, 2019 Loading… updated Oct 4, 2019
Add unit tests to Max Consecutive 1s problem
#24 by LeoSL was closed Oct 4, 2019 Loading… updated Oct 4, 2019
return list instead of console.log bug-fix review-complete
#52 by maharshi-gor was merged Oct 9, 2019 Loading… updated Oct 9, 2019
Added unit tets for Caesar Cipher algorithm
#54 by fcosueza was closed Oct 9, 2019 Loading… updated Oct 9, 2019
Test cases for BST traversals
#70 by balajipachai was merged Oct 11, 2019 Loading… updated Oct 11, 2019
Addition: Two Sum problem duplicate This issue or pull request already exists
#68 by iamshadmirza was closed Oct 12, 2019 Loading… updated Oct 12, 2019
Add tests for LRUCache
#77 by luhego was merged Oct 12, 2019 Loading… updated Oct 12, 2019
Add jumpSearch and Tests changes-requested
#78 by rubysdeadname was merged Oct 13, 2019 Loading… updated Oct 13, 2019
fixed removeAt function
#84 by thisavijit was closed Oct 13, 2019 Loading… updated Oct 13, 2019
Problem solving in Java
#92 by nikzayn was closed Oct 15, 2019 Loading… updated Oct 15, 2019
binary tree to BST
#93 by himanshukumar4642 was closed Oct 15, 2019 Loading… updated Oct 15, 2019
Created Ternary_serach.c using C invalid This doesn't seem right
#88 by avinitd was closed Oct 15, 2019 Loading… updated Oct 16, 2019
Fix LinkedList addAt()
#99 by YahavArm was closed Oct 18, 2019 Loading… updated Oct 18, 2019
Add Unit Test For - Trie search string #106
#107 by reshmisaji was closed Oct 19, 2019 Loading… updated Oct 19, 2019
Fixes for bug #61 bug-fix changes-requested good first issue Good for newcomers
#118 by k88manish was closed Oct 22, 2019 Loading… updated Oct 22, 2019
KMP classic algorithm and unit tests
#125 by jonathanmcchesney was merged Oct 23, 2019 Loading… updated Oct 23, 2019
Add unit tests for Trie/unique-word-count
#138 by qualitymanifest was merged Oct 24, 2019 Loading… updated Oct 24, 2019
Adding bottom view binary tree problem solution changes-requested
#130 by karimelazzouni was merged Oct 24, 2019 Loading… updated Oct 24, 2019
ProTip! Filter pull requests by the default branch with base:master.