gelita

Gelita's Pastebin

2,742 24,096 0 4 years ago
Name / Title Added Expires Hits Comments Syntax  
Leetcode 200 num of islands java Apr 19th, 2020 Never 1,135 0 Java 5 -
maximum depth for a binary tree Apr 3rd, 2020 Never 782 0 Java 5 -
swap nodes in pairs(nodes not values) Mar 30th, 2020 Never 752 0 Java 5 -
Autocomplete trie Mar 27th, 2020 Never 836 0 Java 5 -
Max profit buy/sell stocks K transactions Mar 26th, 2020 Never 714 0 Java 5 -
Sum of deepest leaves Mar 18th, 2020 Never 751 0 Java 5 -
Binary Tree -return all root to leaf paths Mar 17th, 2020 Never 630 0 Java 5 -
Find Longest Path in Binary Tree Mar 16th, 2020 Never 658 0 Java 5 -
Reverse a signed 32 bit int Mar 14th, 2020 Never 800 0 Java 5 -
climb stairs dynamic programming with tabulation(bottom up) Mar 14th, 2020 Never 580 0 Java 5 -
heapify Mar 13th, 2020 Never 605 0 Java 5 -
Unique Paths with obstacles Leetcode #63 Mar 10th, 2020 Never 597 0 Java 5 -
balanced numbers Mar 10th, 2020 Never 446 0 Java 5 -
Unique Paths Mar 9th, 2020 Never 497 0 Java 5 -
max profit Mar 9th, 2020 Never 554 0 Java 5 -
buy and sell stock max profit javascript Mar 9th, 2020 Never 572 0 Java 5 -
Longest common stubstring/subsequence given 2 strings as inp Mar 9th, 2020 Never 370 0 Java 5 -
ClimbStairs 1 or 2 at a time Mar 9th, 2020 Never 352 0 Java 5 -
robot paths c# Mar 4th, 2020 Never 184 0 C# -
MaxHeap Class Feb 28th, 2020 Never 228 0 JavaScript -
Reverse a linked list Feb 27th, 2020 Never 358 0 Java 5 -
Graph directional Feb 25th, 2020 Never 371 0 Java 5 -
graph traversal Feb 25th, 2020 Never 268 0 JavaScript -
find all paths search Feb 25th, 2020 Never 259 0 JavaScript -
breadth first search Feb 25th, 2020 Never 240 0 JavaScript -
Count Steps (1,2 or 3) with memoization Feb 25th, 2020 Never 352 0 Java 5 -
is anagram Feb 21st, 2020 Never 329 0 Java 5 -
LinkedList Class Feb 21st, 2020 Never 372 0 Java 5 -
linkedLIst listnode Feb 20th, 2020 Never 409 0 Java 5 -
Bit sorter (in place) Feb 19th, 2020 Never 497 0 Java 5 -
Merge sort Feb 19th, 2020 Never 347 0 Java 5 -
js quick sort Feb 18th, 2020 Never 195 0 JavaScript -
Insertion sort Feb 18th, 2020 Never 319 0 Java 5 -
bubble sort (not optimized with flag) Feb 17th, 2020 Never 443 0 Java 5 -
Selection Sort Feb 17th, 2020 Never 226 0 Java 5 -
Bubble Sort Feb 17th, 2020 Never 194 0 Java 5 -
unique paths lattice with memoization Feb 15th, 2020 Never 240 0 Java 5 -
climb stairs 1 or 2 stairs (pure recursion) Feb 15th, 2020 Never 207 0 Java 5 -
lattice paths with x/y variables for clarity Feb 15th, 2020 Never 209 0 Java 5 -
Bit flip Feb 14th, 2020 Never 208 0 Java 5 -
Max Consecutive Sum dynamic program java Feb 14th, 2020 Never 217 0 Java 5 -
nth fibonacci Feb 13th, 2020 Never 187 0 Java 5 -
factorial Feb 13th, 2020 Never 243 0 Java 5 -
lattice paths Feb 12th, 2020 Never 231 0 Java 5 -
lattice paths Feb 11th, 2020 Never 163 0 Java 5 -
count coins Feb 11th, 2020 Never 193 0 C# -
flatten 2d array Feb 11th, 2020 Never 215 0 Java 5 -
Reverse a string using Helper Method Recursion Feb 10th, 2020 Never 236 0 Java 5 -
square root Feb 10th, 2020 Never 206 0 Java 5 -
Find Closest Value in array of integers Feb 10th, 2020 Never 221 0 Java 5 -
Sort digits Feb 9th, 2020 Never 185 0 Java 5 -
Mode of characters in string (highest frequency char in stri Feb 9th, 2020 Never 248 0 Java 5 -
3 RGB set Feb 8th, 2020 Never 1,198 0 Java 5 -
Anagram Pair Feb 8th, 2020 Never 195 0 Java 5 -
Return only unique ints in an array Feb 8th, 2020 Never 243 0 Java 5 -
anagram palindrome Feb 8th, 2020 Never 234 0 Java 5 -
Get Duplicates Feb 8th, 2020 Never 182 0 Java 5 -
Find missing numbers in array through n Feb 8th, 2020 Never 209 0 Java 5 -
Trie Feb 8th, 2020 Never 183 0 Java 5 -
Leetcode 121 Java Best time to buy and sell stock Jan 2nd, 2020 Never 486 0 Java 5 -
876. Return the Middle of the Linked List Jan 2nd, 2020 Never 350 0 Java 5 -
Remove elements from linked list of integers with value val Jan 2nd, 2020 Never 186 0 None -