Sampling (Coding)

  • Post author:
  • Post category:Uncategorized
  • Post last modified:January 20, 2023

Question: You are given an array of integers, create a function that will return a subset (k) with random values from the list. For all coding interview questions, you should…

Continue ReadingSampling (Coding)

Median (Coding)

  • Post author:
  • Post category:Uncategorized
  • Post last modified:January 20, 2023

Question: You are given an array of integers which you should treat as a stream of data. Write a function to find the median each time you encounter a new…

Continue ReadingMedian (Coding)