📋 Cheat Sheets

Quick reference guides for algorithms, data structures, and programming concepts. Perfect for interviews and rapid review.

Showing 6 of 6 cheat sheets
'intermediate'
'20 minutes'

'Algorithm Selection Guide'

'Comprehensive guide for choosing the right algorithm based on problem constraints, data characteristics, and performance requirements.'

'algorithm-selection''decision-making''performance'+2
5 sections
0 downloads
'algorithm analysis'
View Guide
'intermediate'
'25 minutes'

'Big O Analysis Master Sheet'

'Complete reference for asymptotic notation, complexity analysis techniques, and time/space complexity bounds for algorithms and data structures.'

33 sections
0
'algorithm analysis'
View Guide
'intermediate'
'20 minutes'

'Complexity Analysis Reference'

'Essential reference for algorithm complexity analysis including time and space complexity, best/worst/average cases, and practical analysis techniques.'

'complexity-analysis''time-complexity''space-complexity'+2
8 sections
0 downloads
'algorithm analysis'
View Guide
'advanced'
'30 minutes'

'Dynamic Programming Patterns'

'Comprehensive guide to dynamic programming patterns including memoization, tabulation, common problems, and optimization techniques.'

7 sections
0 downloads
'algorithm analysis'
View Guide
'advanced'
'40 minutes'

'Graph Algorithms Reference'

'Comprehensive reference for graph algorithms including BFS, DFS, shortest paths, minimum spanning trees, and topological sorting with implementation details.'

'graph-algorithms''bfs''dfs'+4
22 sections
0
'algorithm analysis'
View Guide
'intermediate'
'15 minutes'

'Master Theorem Guide'

'Complete reference for applying the Master Theorem to solve divide-and-conquer recurrence relations with detailed examples and case analysis.'

6 sections
0 downloads
'algorithm analysis'
View Guide