Other articles


  1. Algorithm Patterns: Sliding Window

    The sliding window pattern is a technique for efficiently processing sequential data, such as arrays and strings. It involves maintaining a dynamic window that slides across the data, allowing you to examine a fixed portion at a time. Instead of repeatedly scanning the entire dataset, this approach adjusts the window …

    read more
  2. Algorithm Patterns: Two Pointers

    The two pointers pattern is a versatile and efficient technique widely used in algorithmic problem-solving, especially when working with sequential data structures like arrays, strings, or linked lists. As the name suggests, this approach involves maintaining two pointers (or indices) that traverse the data structure in a coordinated manner—often …

    read more
  3. Hello world

    Hello world! My name is Dao Malick BENIN.

    The goal of this blog is to share what I learn and explore in the world of software engineering.

    read more

links

social