milon34

Milon34's Pastebin

489 1,449 0 2 years ago
Name / Title Added Expires Hits Comments Syntax  
Disjoint Set Union Apr 3rd, 2025 Never 424 0 C++ -
Minimum Cost Path,,we can go (i,j-1), (i, j+1), (i-1, j), (i+1, j). (Dijkstra's Algorithm) May 13th, 2023 Never 198 0 C++ -
subset sum divisible by m Mar 5th, 2023 Never 81 0 C++ -
string hashing with pair Feb 23rd, 2023 Never 56 0 C++ -
String Matching using double hashing(and more problem) Feb 22nd, 2023 Never 42 0 C++ -
two string are equal or not using (single hashing and double Hashing) Feb 22nd, 2023 Never 36 0 C++ -
find min total sum pos (1,1) to pos (n,m)--move right or down with path print.(dynamic programming) Feb 21st, 2023 Never 43 0 C++ -
DS problem Feb 20th, 2023 Never 23 0 None -
Problem: Feb 19th, 2023 Never 29 0 None -
range unique value find with offline query Feb 19th, 2023 Never 50 0 C++ -
range_value_increase and value update with lazy propagation Feb 17th, 2023 Never 57 0 C++ -
sum of all possible sub-strings of this string. Jan 26th, 2023 Never 46 0 C++ -
how many integers [A-B] digit sum equal to x (digit dp) Jan 22nd, 2023 Never 35 0 C++ -
count n length numbers without leading zeros that used all digit(mask dp) Jan 22nd, 2023 Never 42 0 C++ -
maximum substring/subsequence palindrome length(dp) Jan 21st, 2023 Never 47 0 C++ -
Coin change/(dp) Jan 16th, 2023 Never 41 0 C++ -
dp_solution_print Jan 15th, 2023 Never 36 0 C++ -
0/1 knapsack(dp solution) Jan 14th, 2023 Never 58 0 C++ -
bfs/dfs_problem_list Jan 13th, 2023 Never 63 0 C++ -
grid traversal by DFS Jan 13th, 2023 Never 50 0 C++ -