Imp CP Topics
Imp CP Topics
Imp CP Topics
Graph
• Prim's Algorithm
• Krushkal's Algorithm
• Bellmon Ford Algorithm
• Dijastra Algorithm
• Floyd Warsal Algorithm
• DFS
• BFS
• Detect cycle in directed and un-directed graph
• Graph Coloring
• Disjoint Sets
• Topological Sort
• Hamiltonian Cycle
• m Coloring Problem
• Ford Fulkerson Algorithm
• Boogle
• Alien Dictionary
• Circle of strings
• Snake and Ladder Problem
• Minimum cost Path
• Find whether path exists
• Find the number of islands
• Minimum swaps
• Strongly connected components
• Shortest Source to Destination Path
Miscellaneous
• Convert String to integer and vice-versa
• Multiply/Sum/Divide/Add without using operators
• Trie Data Structure
Pattern Matching
• KMP algorithm
• Rabin Karp algorithm
• Wildcard Pattern matching
• Anagram Substring Search
• Pattern searching using Trie