-
Graphs : Dijkstra Algorithm
Dijkstra’s algorithm is a fundamental graph traversal technique used to find the shortest path from a single source node to all other nodes in…
-
Big Omega
Big Ω (Omega) notation is a mathematical concept used to describe the best-case performance of an algorithm. It provides a lower bound on the…
-
Unbalanced tree
An unbalanced tree is a binary tree where the height difference between the left and right subtrees of any node can become significant, leading…
-
Balanced Tree
A balanced tree is a type of binary tree where the height difference between the left and right subtrees of any node is minimal,…
-
Graphs : DFS
Depth-First Search (DFS) is a fundamental graph traversal algorithm that explores as far as possible along each branch before backtracking. It is widely used…
-
Graph : BFS
Breadth-First Search (BFS) is a fundamental graph traversal algorithm that explores all vertices at the current depth level before moving to the next level.…
-
Graphs : Beelman Ford Algorithm
The Bellman-Ford algorithm is a powerful graph-based algorithm used to find the shortest paths from a single source vertex to all other vertices in…
-
Big o notation
Big O Notation is a mathematical concept widely used in computer science to describe the efficiency and scalability of algorithms. It provides a framework…
-
Graphs : A* Algorithm
The A* algorithm is a widely used graph traversal and search algorithm, ideal for finding the shortest path between two nodes. It combines the…
-
UX Design: HF Wireframe
In the realm of User Experience (UX) design, an HF (High-Fidelity) Wireframe is a detailed and interactive representation of a website or application. It…
-
UX Design: User Flow
User Flow is a visual representation of the paths users take to achieve specific goals within a digital product. It maps the journey from…
-
UX Design : Compliances & Standards
In the realm of User Experience (UX) design, compliance with established standards and regulations is essential for creating accessible, ethical, and user-friendly digital products.…
-
UX Design: Incremental A/B Testing
Incremental A/B Testing is a strategic approach in UX design that involves testing multiple variations of a design to identify which one delivers the…
-
UX Design: Actors
In UX design, actors refer to the various entities or personas that interact with a system or product. These actors are typically categorized into…
-
UX Design: MF Wireframe
In the world of UX design, MF (Mid-Fidelity) Wireframes serve as an essential bridge between low-fidelity sketches and high-fidelity prototypes. While low-fidelity wireframes are…