RePublic of CS
CtrlK
  • 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
Page cover
On this page
  1. ⚒️RCS.101
  2. ¶ Graduation

Apx: RCS.101 x Miters W6

  • Wikipedia: Median of Medians

    • StackOverflow: Why is the median-of-medians algorithm described as using O(1) auxiliary space?

  • Wikipedia: Quick Select

    • Hoare Partition vs. Lomuto Partition

    • Medium: Quick Sort(快速排序):Hoare Partition 與 Lomuto Partition

    • [教學] Quick Sort 演算法原理與實作

    • StackOverflow: QuickSelect with Hoare partition scheme

    • CppReference.com: std::nth_element

    • 3-Way QuickSort (Dutch National Flag)

    • Toptal: Quick Sort 3 Way

  • HeapSelect

  • Wikipedia: Intro-select

  • The D Language Foundation: Fast Deterministic Selection

  • Lecture Notes in Computer Science: Implicit selection

691KB
lai1988.pdf
pdf
Implicit selection

PreviousApx: Morris TraversalNextApx: In-place Merge Sort

Last updated 1 year ago