😀
OJ Practices
Ctrlk
  • Introduction
  • Leetcode
    • Tree
    • Dynamic Programming
    • Depth-First-Search
    • Breadth-First Search
    • Two Pointers
    • Linked List
    • Backtracking
    • Binary Search
    • Union Find
    • Trie
    • Sort
    • Heap
    • Randomness
      • 384 Shuffle an Array
      • 470 Implement Rand10() Using Rand7()
      • 478 Generate Random Point in a Circle
      • 497 Random Point in Non-overlapping Rectangles
      • 519 Random Flip Matrix
      • 528 Random Pick with Weight
      • 710 Random Pick with Blacklist
    • Topological Sort
    • Stack
    • Hash Table
Powered by GitBook
On this page

Was this helpful?

  1. Leetcode

Randomness

384 Shuffle an Array470 Implement Rand10() Using Rand7()478 Generate Random Point in a Circle497 Random Point in Non-overlapping Rectangles519 Random Flip Matrix528 Random Pick with Weight710 Random Pick with Blacklist
Previous882 Reachable Nodes In Subdivided GraphNext384 Shuffle an Array

Last updated 5 years ago

Was this helpful?