Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / vbrazo/algorithms-archives issues and pull requests
#65 - Matrix diagonal sum
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#64 - Count items matching a rule
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#63 - Shuffle the array
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#62 - Richest Customer Wealth
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#61 - Number of Good Pairs
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#60 - Majority element
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#59 - Intersection of three sorted arrays
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#58 - Running sum of 1d array
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#57 - Sum of digits in the minimum number
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#56 - Pascal's triangle ii
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#55 - Pascal's triangle
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#54 - Shortest word distance
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#53 - Best time to buy and sell stock
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#52 - Find first and last position of element in sorted array
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#51 - Divide and conquer and unfold recursion notes
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#50 - Tail recursion note
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#49 - Memoization note
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#48 - Climbing stairs
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#47 - Best time to buy and sell stock II
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#46 - Valid Sudoku
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#45 - Rotate array
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#44 - Fibonacci Number
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#43 - Kill process
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#42 - Fizz buzz
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#41 - Valid anagram
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#40 - First unique character in a string
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#39 - Reverse integer
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#38 - Plus One
Pull Request -
State: closed - Opened by vbrazo over 3 years ago
#37 - Single number
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#36 - Intersection of two arrays II
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#35 - Contains duplicate
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#34 - Two Sum II
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#33 - Rotate image
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#32 - Implement strStr()
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#31 - Get product of all other elements
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#30 - Missing number
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#29 - Swap nodes in pairs
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#28 - Reverse string using recursion
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#27 - Remove nth node from end of list
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#26 - Maximum consecutive ones ii
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#25 - Find all numbers disappeared in an array
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#24 - Two Sum
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#23 - Third maximum number
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#22 - Height checker array
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#21 - Symmetric tree
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#20 - Maximum depth of binary tree
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#19 - Remove linked list elements
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#18 - Merge sorted arrays: two pointers approach
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#17 - Squares of a sorted array: two pointers approach
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#16 - Reverse a Linked List
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#15 - Valid perfect square
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#14 - Binary search - template 3
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#13 - Binary search - template 2
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#12 - sqrt(x)
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#11 - Binary search
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
Labels: enhancement
#10 - Intersection of two linked lists
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#9 - Linked List detect where cycle begins
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#8 - Linked List Cycle
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#7 - Sort Array by Parity
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#6 - Move zeros
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#5 - Replace Elements with Greatest Element on Right Side
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#4 - Valid mountain array
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#3 - Check if N and its Double exist
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#2 - Remove element in-place algorithm - second approach
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago
#1 - Add Bubble Sort and Selection Sort explanation
Pull Request -
State: closed - Opened by vbrazo almost 4 years ago