Alper Yildirim

  • Home
  • Blog
  • About me
  • Binary search tree algorithm implemented in TypeScript

    Binary search tree algorithm implemented in TypeScript

    This BinarySearchTree class features methods to manage binary trees, including insertion, search, and removal of nodes, as well as finding minimum and maximum values. Constructed with value properties and left/right subtrees, it offers a structured way to handle ordered data programmatically.

    repfly

    April 16, 2024
    Articles
  • What is a Markov Chain

    What is a Markov Chain

    A mathematical system called a Markov chain transitions between states based on a set of probabilistic rules. The distinguishing feature of a Markov chain is that, regardless of how the system got to its current state, the potential future states are fixed. In other words, only the current state and the amount of time have…

    repfly

    April 13, 2024
    Articles

Alper YILDIRIM © 2024