Learning Portal @T9

  • 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: Cognitive Overhead

    Cognitive overhead refers to the mental effort required by users to understand, navigate, and interact with a digital product or service. In UX design,…


  • UX Design: Choice overload

    In UX design, choice overload, also known as decision fatigue, occurs when users are presented with an overwhelming number of options, resulting in confusion,…


  • 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: Cue Routine Reward Model

    The Cue-Routine-Reward Model, derived from behavioral psychology, is a framework for understanding and influencing user behavior. Popularized by Charles Duhigg in The Power of…


  • UX Design: Event Driven Process Chain Model

    In the world of UX design, understanding and mapping out business processes is critical to ensuring that the user experience aligns with an organization’s…


  • 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 : SWOT Analysis

    SWOT Analysis in UX design is a strategic tool used to evaluate the Strengths, Weaknesses, Opportunities, and Threats of a digital product or user…


  • UX Design : Design Language

    In UX design, Design Language refers to a cohesive set of design elements, principles, and guidelines that guide the creation of user interfaces (UIs)…


  • 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…