Name / Title | Added | Expires | Hits | Comments | Syntax | |
---|---|---|---|---|---|---|
MultiThreading 1 | Feb 23rd, 2025 | Never | 287 | 0 | Java | - |
Observer pattern | Feb 23rd, 2025 | Never | 277 | 0 | Java | - |
Decorator pattern | Feb 23rd, 2025 | Never | 247 | 0 | Java | - |
Prims algo MST | Jul 15th, 2023 | Never | 165 | 0 | C++ | - |
topological sort BFS (Kahn algo) + (cycle detection in DAG) | Jul 15th, 2023 | Never | 59 | 0 | C++ | - |
KosaRaju strongly connected components | Jul 12th, 2023 | Never | 52 | 0 | C++ | - |
Target Sum (assign + - to elements) | Jul 9th, 2023 | Never | 55 | 0 | C++ | - |
Fractional kanpsack | Jul 9th, 2023 | Never | 55 | 0 | C++ | - |
Topological sort dfs | Aug 20th, 2022 | Never | 128 | 0 | C++ | - |
Neg cycle detection bellmanford | Aug 19th, 2022 | Never | 34 | 0 | C++ | - |
Bipartite matching | Aug 19th, 2022 | Never | 21 | 0 | C++ | - |
Cycle in directed graph | Aug 19th, 2022 | Never | 28 | 0 | C++ | - |
FlordWarshall(APSP , neg wegiht) | Aug 19th, 2022 | Never | 23 | 0 | C++ | - |
BellmanFord(SSSP,neg weight ,path print) | Aug 19th, 2022 | Never | 25 | 0 | C++ | - |
Dijkstra (SSSP,non neg edge) (with path print) | Aug 19th, 2022 | Never | 28 | 0 | C++ | - |
connected components | Aug 19th, 2022 | Never | 25 | 0 | C++ | - |
DFS (with in out time) | Aug 19th, 2022 | Never | 25 | 0 | C++ | - |
BFS (with path print) | Aug 19th, 2022 | Never | 22 | 0 | C++ | - |
MST (Kruskal with DSU , rank and path comp) | Aug 19th, 2022 | Never | 31 | 0 | C++ | - |
Matric chain multiplication | Aug 15th, 2022 | Never | 74 | 0 | C++ | - |
sequence pattern matching | Aug 15th, 2022 | Never | 24 | 0 | C++ | - |
longest repeating subsequence | Aug 15th, 2022 | Never | 27 | 0 | C++ | - |
Min # of deletion or insertions to make palindrome | Aug 15th, 2022 | Never | 26 | 0 | C++ | - |
longest palindromic subsequence | Aug 15th, 2022 | Never | 27 | 0 | C++ | - |
Min no of insertions anddeletions | Aug 15th, 2022 | Never | 27 | 0 | C++ | - |
shortest common supersequence | Aug 14th, 2022 | Never | 27 | 0 | C++ | - |
Longest common substring | Aug 14th, 2022 | Never | 25 | 0 | C++ | - |
longest common subsequence | Aug 14th, 2022 | Never | 36 | 0 | C++ | - |
max no of ways (coin change) (1,2 & 2,1 counted once) | Aug 14th, 2022 | Never | 27 | 0 | C++ | - |
rod cutting | Aug 14th, 2022 | Never | 24 | 0 | C++ | - |
unbounded knapsack | Aug 14th, 2022 | Never | 27 | 0 | C++ | - |
Count no of subsets with given difference | Aug 14th, 2022 | Never | 28 | 0 | C++ | - |
minimum subset sum difference | Aug 14th, 2022 | Never | 22 | 0 | C++ | - |
Count no of subsets with given sum | Aug 14th, 2022 | Never | 28 | 0 | C++ | - |
equal sum partition | Aug 14th, 2022 | Never | 26 | 0 | C++ | - |
Subset sum exists or not | Aug 14th, 2022 | Never | 26 | 0 | C++ | - |
01 knapsack | Aug 14th, 2022 | Never | 30 | 0 | C++ | - |