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)

Naive Bayes

  • Post author:
  • Post category:Uncategorized
  • Post last modified:July 27, 2023

When studying for interviews, if there is one equation you should know inside-out, it should be Bayes Theorem. You should be familiar with each part of the theorem and how…

Continue ReadingNaive Bayes