Shorted Unsorted Subarray

Find the shorted subarray that if we sort only this array in ascending order, the whole will be sorted in ascending order.

Read
Python

How to Use Counters in Python?

Everything you want to know about Counters in Python.

Read
Python

How to Use Defaultdict in Python?

Using Defaultdict in Python.

Read
PowerApps

Indexing in PowerApps

How to Use Indexing in PowerApps?

Read

Maximum Width of a Binary Tree

Given the root of a binary tree, return the maximum width of the given tree.

Read

Find All the Start Indicies of an Anagram in a Separate String

Given two strings `s` and `p`, find all the start indices of `p`'s anagrams in `s`.

Read

Modular Arithmetic

Modular arithmetc (addition, subtraction, and multiplication).

Read
Electronics

Small Signal Analysis (Hybrid π model) for the Emitter Follower (CC) Circuit

Small signal analysis for the Emitter Follower Circuit.

Read