RePublic of CS
  • INFO
    • ❔What is RePublic of CS?
    • 🗺️RCS Open Course
    • 🏛️RCS Classroom
    • 👩‍🌾RCS Forum (soon)
    • 🌟RCS Mentors
    • 🙋如何參與學習?
      • ⏳RCS.101 x Miters (24 Q2)
  • ⚒️RCS.101
    • § DSA In Action
    • RCS.101.a
    • RCS.101.b
    • RCS.101.c
    • RCS.101.d
    • ¶ Graduation
      • Apx: BFS/Shortest Path
      • Apx: Classic Applications
      • Apx: Techniques & Tricks
      • Apx: Morris Traversal
      • Apx: RCS.101 x Miters W6
      • Apx: In-place Merge Sort
  • 📚RCS.102
    • § Algorithm Design & Analysis
    • ⌛ Divide & Conquer
    • ⌛ Recursion
  • 🧵RCS.103
    • § SYS/PARL Programming
  • 🦀RCS.201
    • § Rust
  • 🧱RCS.301
    • § Software Architecture
  • 🏰RCS.302
    • § Web System Design
  • 📣MEDIA
    • YouTube
    • Twitch
    • Threads
    • Discord Forum
    • Become an Editor
    • Resources
  • 📜Articles
    • System Design, Actually
Powered by GitBook
On this page
  1. RCS.101
  2. ¶ Graduation

Apx: Classic Applications

PreviousApx: BFS/Shortest PathNextApx: Techniques & Tricks

Last updated 1 year ago

This page concludes classic computer science problems. The listing here would be quite tricky (of course they're challenging, as they're all classics)

While it's a nice-to-know list to broad your understanding.

Classic System Components

  • M

  • H

  • M

  • M

  • M

146. LRU Cache
460. LFU Cache
3710 · Design Most Recently Used Queue
641. Design Circular Deque
520 · Consistent Hashing II
⚒️
Page cover image