Our first design video. Here we go with the breakdown of a possible portfolio project!
Skip to content

takeUforward

Change Theme
Change Theme
  • Striver’s DSA Sheets
    • Strivers A-Z DSA Course
      (Absolute beginner)
    • Strivers SDE Sheet
      (For anyone who knows DSA)
    • Strivers 79 Sheet
      (For anyone with minimal time for interviews)
  • Striver’s DSA Playlists
    • Patterns (Beginner)
    • Arrays Series
    • Tree Series
    • Graph Series
    • DP Series
  • System Design
  • CS Subjects
    • SDE Core Sheet
    • Operating Systems
    • Computer Networks
  • Interview Prep Sheets
    • Blind 75
    • TCS NQT Coding Sheet
    • Interview Experience
    • Interview Prep Roadmap
  • Striver’s CP Sheet

Category: Graph

January 10, 2023 Data Structure / Graph

G-40: Number of Ways to Arrive at Destination

You are in a city that consists of n intersections numbered from 0 to n – 1 with bi-directional roads

Continue reading
January 10, 2023 Graph

G-39: Minimum Multiplications to Reach End

Given start, end, and an array arr of n numbers. At each step, the start is multiplied by any number

Continue reading
January 10, 2023 Data Structure / Graph

G-38: Cheapest Flights Within K Stops

There are n cities and m edges connected by some number of flights. You are given an array of flights

Continue reading
January 5, 2023 Data Structure / Graph

G-37: Path With Minimum Effort

You are a hiker preparing for an upcoming hike. You are given heights, a 2D array of size rows x

Continue reading
January 5, 2023 Data Structure / Graph

G-36: Shortest Distance in a Binary Maze

Problem Statement:  Given an n * m matrix grid where each element can either be 0 or 1. You need

Continue reading
January 5, 2023 Data Structure / Graph

Articulation Point in Graph: G-56

Problem Statement: Given an undirected connected graph with V vertices and adjacency list adj. You are required to find all

Continue reading
January 5, 2023 Graph

Bridges in Graph – Using Tarjan’s Algorithm of time in and low time: G-55

Problem Statement: There are n servers numbered from 0 to n – 1 connected by undirected server-to-server connections forming a

Continue reading
January 5, 2023 Graph

Strongly Connected Components – Kosaraju’s Algorithm: G-54

Problem Statement: Given a Directed Graph with V vertices (Numbered from 0 to V-1) and E edges, Find the number

Continue reading
January 5, 2023 Data Structure / Graph

Most Stones Removed with Same Row or Column – DSU: G-53

Problem Statement: There are n stones at some integer coordinate points on a 2D plane. Each coordinate point may have

Continue reading
January 5, 2023 Data Structure / Graph

Making a Large Island – DSU: G-52

Problem Statement: You are given an n x n binary grid. A grid is said to be binary if every

Continue reading

Posts navigation

1 2 3 … 7 Next Posts»
Latest Video on takeUforward
Latest Video on Striver

Recent Posts

  • Functions in Java (Pass by Reference and Value)
  • Functions in C++ (Pass by Reference and Value)
  • While Loops in Programming
  • Understanding For Loop
  • Switch Case Statements

TUF Logo

Don't have an account?

TUF Logo

Already have an account?

Company tags



0/4000

Company yt-sol

takeUforward
The best place to learn data structures, algorithms, most asked
coding interview questions, real interview experiences free of cost.
Follow Us
DSA Playlist Array Series Tree Series Graph Series DP Series
DSA Sheets Striver’s SDE Sheet Striver’s A2Z DSA Sheet SDE Core Sheet Striver’s CP Sheet
Contribute Write an Article
Copyright © 2023 takeuforward | All rights reserved