Oppenheimer

Oppenheimer's Pastebin

505 8,520 0 2 years ago
Name / Title Added Expires Hits Comments Syntax  
Basic multithreading c++ Apr 4th, 2025 Never 335 0 C++ -
Chain of responsibility design pattern Mar 8th, 2025 Never 253 0 Java -
Singleton pattern Feb 25th, 2025 Never 3,095 0 Java -
Factory and AbstractFactory Pattern Feb 24th, 2025 Never 391 0 Java -
MultiThreading 2 : wait() & notify() Feb 24th, 2025 Never 508 0 Java -
MultiThreading 1 Feb 23rd, 2025 Never 735 0 Java -
Observer pattern Feb 23rd, 2025 Never 595 0 Java -
Decorator pattern Feb 23rd, 2025 Never 551 0 Java -
Prims algo MST Jul 15th, 2023 Never 187 0 C++ -
topological sort BFS (Kahn algo) + (cycle detection in DAG) Jul 15th, 2023 Never 84 0 C++ -
KosaRaju strongly connected components Jul 12th, 2023 Never 71 0 C++ -
Target Sum (assign + - to elements) Jul 9th, 2023 Never 78 0 C++ -
Fractional kanpsack Jul 9th, 2023 Never 81 0 C++ -
Topological sort dfs Aug 20th, 2022 Never 147 0 C++ -
Neg cycle detection bellmanford Aug 19th, 2022 Never 57 0 C++ -
Bipartite matching Aug 19th, 2022 Never 50 0 C++ -
Cycle in directed graph Aug 19th, 2022 Never 48 0 C++ -
FlordWarshall(APSP , neg wegiht) Aug 19th, 2022 Never 46 0 C++ -
BellmanFord(SSSP,neg weight ,path print) Aug 19th, 2022 Never 42 0 C++ -
Dijkstra (SSSP,non neg edge) (with path print) Aug 19th, 2022 Never 50 0 C++ -
connected components Aug 19th, 2022 Never 43 0 C++ -
DFS (with in out time) Aug 19th, 2022 Never 50 0 C++ -
BFS (with path print) Aug 19th, 2022 Never 47 0 C++ -
MST (Kruskal with DSU , rank and path comp) Aug 19th, 2022 Never 52 0 C++ -
Matric chain multiplication Aug 15th, 2022 Never 92 0 C++ -
sequence pattern matching Aug 15th, 2022 Never 41 0 C++ -
longest repeating subsequence Aug 15th, 2022 Never 50 0 C++ -
Min # of deletion or insertions to make palindrome Aug 15th, 2022 Never 48 0 C++ -
longest palindromic subsequence Aug 15th, 2022 Never 49 0 C++ -
Min no of insertions anddeletions Aug 15th, 2022 Never 45 0 C++ -
shortest common supersequence Aug 14th, 2022 Never 46 0 C++ -
Longest common substring Aug 14th, 2022 Never 48 0 C++ -
longest common subsequence Aug 14th, 2022 Never 56 0 C++ -
max no of ways (coin change) (1,2 & 2,1 counted once) Aug 14th, 2022 Never 49 0 C++ -
rod cutting Aug 14th, 2022 Never 48 0 C++ -
unbounded knapsack Aug 14th, 2022 Never 50 0 C++ -
Count no of subsets with given difference Aug 14th, 2022 Never 51 0 C++ -
minimum subset sum difference Aug 14th, 2022 Never 47 0 C++ -
Count no of subsets with given sum Aug 14th, 2022 Never 53 0 C++ -
equal sum partition Aug 14th, 2022 Never 52 0 C++ -
Subset sum exists or not Aug 14th, 2022 Never 50 0 C++ -
01 knapsack Aug 14th, 2022 Never 58 0 C++ -