Oppenheimer

Oppenheimer's Pastebin

483 7,764 0 2 years ago
Name / Title Added Expires Hits Comments Syntax  
Chain of responsibility design pattern Mar 8th, 2025 Never 213 0 Java -
Singleton pattern Feb 25th, 2025 Never 3,087 0 Java -
Factory and AbstractFactory Pattern Feb 24th, 2025 Never 376 0 Java -
MultiThreading 2 : wait() & notify() Feb 24th, 2025 Never 492 0 Java -
MultiThreading 1 Feb 23rd, 2025 Never 658 0 Java -
Observer pattern Feb 23rd, 2025 Never 578 0 Java -
Decorator pattern Feb 23rd, 2025 Never 542 0 Java -
Prims algo MST Jul 15th, 2023 Never 180 0 C++ -
topological sort BFS (Kahn algo) + (cycle detection in DAG) Jul 15th, 2023 Never 77 0 C++ -
KosaRaju strongly connected components Jul 12th, 2023 Never 63 0 C++ -
Target Sum (assign + - to elements) Jul 9th, 2023 Never 73 0 C++ -
Fractional kanpsack Jul 9th, 2023 Never 75 0 C++ -
Topological sort dfs Aug 20th, 2022 Never 141 0 C++ -
Neg cycle detection bellmanford Aug 19th, 2022 Never 52 0 C++ -
Bipartite matching Aug 19th, 2022 Never 44 0 C++ -
Cycle in directed graph Aug 19th, 2022 Never 42 0 C++ -
FlordWarshall(APSP , neg wegiht) Aug 19th, 2022 Never 39 0 C++ -
BellmanFord(SSSP,neg weight ,path print) Aug 19th, 2022 Never 37 0 C++ -
Dijkstra (SSSP,non neg edge) (with path print) Aug 19th, 2022 Never 39 0 C++ -
connected components Aug 19th, 2022 Never 37 0 C++ -
DFS (with in out time) Aug 19th, 2022 Never 43 0 C++ -
BFS (with path print) Aug 19th, 2022 Never 40 0 C++ -
MST (Kruskal with DSU , rank and path comp) Aug 19th, 2022 Never 47 0 C++ -
Matric chain multiplication Aug 15th, 2022 Never 84 0 C++ -
sequence pattern matching Aug 15th, 2022 Never 33 0 C++ -
longest repeating subsequence Aug 15th, 2022 Never 43 0 C++ -
Min # of deletion or insertions to make palindrome Aug 15th, 2022 Never 41 0 C++ -
longest palindromic subsequence Aug 15th, 2022 Never 43 0 C++ -
Min no of insertions anddeletions Aug 15th, 2022 Never 37 0 C++ -
shortest common supersequence Aug 14th, 2022 Never 40 0 C++ -
Longest common substring Aug 14th, 2022 Never 42 0 C++ -
longest common subsequence Aug 14th, 2022 Never 46 0 C++ -
max no of ways (coin change) (1,2 & 2,1 counted once) Aug 14th, 2022 Never 43 0 C++ -
rod cutting Aug 14th, 2022 Never 42 0 C++ -
unbounded knapsack Aug 14th, 2022 Never 44 0 C++ -
Count no of subsets with given difference Aug 14th, 2022 Never 40 0 C++ -
minimum subset sum difference Aug 14th, 2022 Never 38 0 C++ -
Count no of subsets with given sum Aug 14th, 2022 Never 45 0 C++ -
equal sum partition Aug 14th, 2022 Never 43 0 C++ -
Subset sum exists or not Aug 14th, 2022 Never 45 0 C++ -
01 knapsack Aug 14th, 2022 Never 52 0 C++ -