Algorithms
Sorting, searching, dynamic programming, greedy algorithms, and optimization techniques. Topics: Binary search, Sorting, Dynamic programming, Graph algorithms.
Coding
A section for algorithms, data structures, problem-solving patterns, and the technical concepts I want to understand well.
Profile: @onazor | GitHub: Solutions Repository
Loading live GitHub data...
My 3 most recently solved problems.
Core computer science topics to revisit and explain over time.
Sorting, searching, dynamic programming, greedy algorithms, and optimization techniques. Topics: Binary search, Sorting, Dynamic programming, Graph algorithms.
Essential structures for efficient problem solving and clean implementation. Topics: Arrays and strings, Trees and graphs, Hash tables, Heaps.
Reusable patterns for approaching unfamiliar coding challenges. Topics: Two pointers, Sliding window, Backtracking, Divide and conquer.