Iam_Sandeep

Iam_Sandeep's Pastebin

9,855 201,229 0 5 years ago
Name / Title Added Expires Hits Comments Syntax  
Median in a row-wise sorted Matrix Jun 14th, 2022 Never 1,393 0 Python -
Divide Two Integers with out using multiplication Jun 14th, 2022 Never 1,021 0 Python -
Given an integer array nums, in which exactly two elements appear only once and all the other elemen Jun 13th, 2022 Never 207 0 Python -
Range bitwise and Jun 13th, 2022 Never 664 0 Python -
Reverse bits of a given 32 bits unsigned integer. reverse bits Jun 13th, 2022 Never 239 0 Python -
Find the largest power of 2 (most significant bit in binary form), which is less than or equal to th Jun 13th, 2022 Never 540 0 Python -
Count set bits count no of 1 bits bit mapping Jun 13th, 2022 Never 540 0 Python -
Kth Largest element in array Jun 13th, 2022 Never 545 0 Python -
M coloring graph backtracking May 14th, 2022 Never 1,016 0 Python -
Permutation of a string backtracking May 13th, 2022 Never 800 0 Python -
Untitled May 11th, 2022 Never 969 0 Python -
Word Break Problem May 7th, 2022 Never 774 0 Python -
Longest Alternatin Subsequence DP MEMO STATE ITERATIVE May 7th, 2022 Never 983 0 Python -
Coin change, Reach a given score DP May 6th, 2022 Never 815 0 Python -
Pairs with specific difference May 5th, 2022 Never 187 0 Python -
Minimum number of jumps DP VVIMP HARD May 5th, 2022 Never 669 0 Python -
Count all subsequences whose product is less than K May 2nd, 2022 Never 1,185 0 Python -
Maximum sum increasing subsequence May 2nd, 2022 Never 153 0 Python -
Longest Increasing Subsequence O(nlog n) O(n**2) May 2nd, 2022 Never 200 0 Python -
Optimal Strategy For a Game DP Apr 28th, 2022 Never 1,104 0 Python -
Palindrome Partitioning DP Apr 28th, 2022 Never 1,917 0 Python -
Optimal Binary Search Tree DP cost Apr 27th, 2022 Never 1,398 0 Python -
largest rectangle sum in matrix largest submatrux with given sum Apr 26th, 2022 Never 958 0 Python -
Largest Submatrix with Equal Number of 0's and 1's Apr 25th, 2022 Never 1,051 0 Python -
No of Ways of Boolean Paranthesis DP Apr 23rd, 2022 Never 1,379 0 Python -
Paint Fences Apr 22nd, 2022 Never 1,235 0 Python -
Check whether given preorder is BST or not Apr 21st, 2022 Never 903 0 Python -
1008. Construct Binary Search Tree from Preorder Traversal Apr 20th, 2022 Never 1,037 0 Python -
Inorder successor predecessor in BST Apr 20th, 2022 Never 730 0 Python -
Convert Sorted array to BST Apr 18th, 2022 Never 990 0 Python -
Count pairs from two BSTs whose sum is equal to a given value x Apr 17th, 2022 Never 957 0 Python -
Morris inorder preorder O(n) O(1) space traversals threaded binary tree Apr 16th, 2022 Never 787 0 Python -
Delete a node in BST Apr 12th, 2022 Never 623 0 Python -
Quick sort on linked list Apr 10th, 2022 Never 456 0 Python -
Reverse a doubly linked list Apr 4th, 2022 Never 218 0 Python -
QuickSort Apr 3rd, 2022 Never 1,669 0 Python -
Merge Sort for linked list Apr 2nd, 2022 Never 1,189 0 Python -
Remove loop in linked list Apr 2nd, 2022 Never 1,302 0 Python -
Detect lloop in linked list Apr 2nd, 2022 Never 137 0 Python -
Reverse a Linked List in groups of given size. Mar 24th, 2022 Never 944 0 Python -
Boundary traversal of Binary tree Mar 23rd, 2022 Never 1,428 0 Python -
Kth ancestor of a node in binary tree Mar 23rd, 2022 Never 115 0 Python -
Min distance between two given nodes of a Binary Tree Mar 23rd, 2022 Never 1,183 0 Python -
Least common ancestor LCA Mar 22nd, 2022 Never 161 0 Python -
K Sum Paths Mar 14th, 2022 Never 652 0 Python -
Check whether given graph is valid tree bfs and dfs Mar 14th, 2022 Never 307 0 Python -
Construct Tree from Inorder & Preorder Mar 12th, 2022 Never 968 0 Python -
Minimum Swaps To Convert Binary Tree Into BST Mar 12th, 2022 Never 1,365 0 Python -
Binary tree from string Mar 12th, 2022 Never 1,515 0 Python -
Diagonal traversal of binary tree Mar 9th, 2022 Never 1,020 0 Python -
four sum 4sum Mar 8th, 2022 Never 1,030 0 Python -
Bottom view of binary tree Mar 8th, 2022 Never 978 0 Python -
Top view of binary tree Mar 8th, 2022 Never 845 0 Python -
Sum of minimum and maximum elements of all subarrays of size k. Feb 23rd, 2022 Never 675 0 Python -
implement n stacks in single array optimal solution Feb 19th, 2022 Never 1,051 0 Python -
check redundant braces in valid math expression Feb 15th, 2022 Never 783 0 Python -
ALllocate minimum number of pages Feb 11th, 2022 Never 747 0 Python -
kth smallest of two sorted arrays Feb 10th, 2022 Never 168 0 Python -
Minimum number of swaps to sort array using graph Jan 31st, 2022 Never 860 0 Python -
Longest Palindrome in String Dec 15th, 2021 Never 897 0 Python -
Untitled Dec 12th, 2021 Never 163 0 Python -
KMP pattern search algorithm Dec 9th, 2021 Never 775 0 Python -
Factorial of Large number using array Nov 26th, 2021 Never 165 0 Python -
no of pairs x^y greater than y^x Nov 13th, 2021 Never 1,228 0 Python -
subarray with given sum Nov 9th, 2021 Never 950 0 Python -
iterative pre order in order post order Oct 28th, 2021 Never 895 0 Python -
subset sum dynamic programming Sep 23rd, 2021 Never 1,160 0 Python -
Boyer-Moore voting algorithm more than one third size of element Sep 16th, 2021 Never 801 0 Python -
Moores voting algorithm . number which is repeating more than half the size of array Sep 16th, 2021 Never 177 0 Python -
count no of inversions Sep 16th, 2021 Never 962 0 Python -
Merge sort Sep 16th, 2021 Never 1,071 0 Python -
MULTIPLY STRINGS Sep 16th, 2021 Never 941 0 Python -
MAXIMUM PRODUCT SUBARRAY Sep 16th, 2021 Never 905 0 Python -
reverse a linked list Sep 7th, 2021 Never 1,192 0 Python -
counting sort for strings of letters Sep 2nd, 2021 Never 325 0 Python -
segment trees implementation Sep 1st, 2021 Never 1,162 0 Python -
kruskolls algorithm mst Jul 25th, 2021 Never 1,288 0 Python -
find no of strongly connected components using kosaraju algorithm Jul 13th, 2021 Never 1,288 0 Python -
check cycle directed graph : graph coloring method Jun 6th, 2021 Never 440 0 Python -
bipartite graph Jun 5th, 2021 Never 283 0 Python -
topological sort using kahns algorithm bfs + dfs Jun 1st, 2021 Never 924 0 Python -
check cycle directed graph : graph coloring method Jun 6th, 2021 Never 1,248 0 C++ -
bipartite graph Jun 5th, 2021 Never 820 0 C++ -
topological sort using kahns algorithm Jun 1st, 2021 Never 890 0 C++ -
Untitled Apr 22nd, 2024 Never 866 0 Python -
Untitled Apr 6th, 2024 Never 752 0 Python -
cf1 Jul 6th, 2023 Never 716 0 Python -
Untitled May 9th, 2023 Never 840 0 Java -
Untitled May 9th, 2023 Never 904 0 Java -
Untitled May 9th, 2023 Never 781 0 Java -
Untitled May 9th, 2023 Never 642 0 Java -
Untitled May 9th, 2023 Never 616 0 Java -
Untitled May 9th, 2023 Never 628 0 Java -
Untitled May 8th, 2023 Never 673 0 Java -
Untitled Sep 19th, 2022 Never 821 0 Python -
Untitled Sep 14th, 2022 Never 857 0 Python -
Untitled Sep 14th, 2022 Never 719 0 Python -
Untitled Sep 14th, 2022 Never 732 0 Python -
Untitled Sep 14th, 2022 Never 702 0 Python -
Untitled Sep 14th, 2022 Never 716 0 Python -