| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A fast, searchable reference sheet for common algorithm and data structure patterns — built for programmers who want quick, copy-paste-ready code during problem solving.
47 algorithm topics (Arrays, Dynamic Programming, Graphs, Trees, Sorting, and more), each with ready-to-use code snippets in 4 languages: Python, JavaScript, Java, and PHP. Every snippet includes a title, complexity badge (e.g. O(log n)), and a one-line explanation.
Stuck on a sliding window problem?
Need a graph shortest path?
| Category | Examples |
|---|---|
| Data Structures | Array, Linked List, Stack, Queue, Heap, Trie, Segment Tree |
| Search | Binary Search, BFS, DFS, Quickselect |
| Sorting | Merge Sort, Bucket Sort, Sorting patterns |
| Graph Algorithms | Dijkstra, Bellman-Ford, Topological Sort, Union-Find |
| Dynamic Programming | 1D/2D DP, Knapsack, Coin Change, LCS, Memoization |
| Techniques | Sliding Window, Two Pointers, Prefix Sum, Backtracking, Bit Manipulation |
| Advanced | Segment Tree, Fenwick Tree (BIT), Monotonic Stack/Queue, Sweep Line |
Pure HTML + Alpine.js + Tailwind CDN. Just open the file.
Prepared by Azhar Uddin · GitHub
| Back | FazBrowse Home | New Git URL |