algorithm design problem catalog

note: the problems on this page are majorly (/ intend to be) grouped by the nature of their problem statement and not their solution's mode of approach. related: algorithmic operations catalog

From LeetCode

From EPI

  1. Primitive types

  2. Arrays adp related to arrays (Private)

  3. Strings adp related to strings (Private)

  4. Linked Lists adp related to linked lists (Private)

  5. Stacks and Queues adp related to stacks and queues (Private)

  6. Binary Trees adp related to binary trees (Private)

  7. Heaps adp related to heaps (Private)

  8. Searching adp related to searching (Private)

  9. Hash Tables adp related to hash tables (Private)

  10. Sorting adp related to sorting (Private)

  11. Binary Search Trees adp related to binary search trees (Private)

  12. Recursion adp related to recursion (Private)

  13. Dynamic Programming adp related to dynamic programming (Private)

  14. Greedy Algorithms and Invariants adp related to greedy

  15. Graphs adp related to graphs (Private)


Backlinks