Linked list data structures and operations
pluginagentmarketplace/custom-plugin-data-structures-algorithms
SkillsMP has collected 12 skills from pluginagentmarketplace/custom-plugin-data-structures-algorithms. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 12
- GitHub stars
- 3
- GitHub forks
- 0
Skills in this repository
Showing 12 of 12 collected skills.
Recursive algorithms and divide-and-conquer strategies
Stack and queue data structures with applications
String algorithms and pattern matching techniques
Master essential array techniques including two pointers, sliding window, and prefix sums for efficient problem solving with O(n) patterns.
Master backtracking technique with permutations, combinations, and puzzle solving patterns with production-ready implementations.
Bit manipulation tricks and techniques for solving problems efficiently using binary operations and XOR properties.
Master DP patterns with complete implementations for memoization, tabulation, and state design with production-ready solutions.
Essential graph algorithms including DFS, BFS, Dijkstra shortest path, and Union-Find with production-ready implementations.
Hash-based data structures and techniques including frequency counting, duplicate detection, and LRU cache implementation.
Complete sorting algorithm implementations including quick sort, merge sort, and binary search with complexity analysis and production-ready code.
Master tree traversal techniques including DFS (inorder, preorder, postorder) and BFS level-order traversal with production-ready implementations.