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: Matrix

May 19, 2022 Arrays / C programs / Data Structure / Matrix

Transpose of a Matrix in C

Problem Statement: Given a Matrix print the transpose of a matrix. Examples: Example 1: Input: mat[][] = 1 2 3

Continue reading
May 18, 2022 Arrays / C programs / Data Structure / Matrix

Matrix Addition in C

Problem Statement: Given two matrices add the value of the two matrices and print the resultant matrix. Example 1: Input:

Continue reading
May 18, 2022 Arrays / Data Structure / Matrix

Spiral Traversal of Matrix

Problem Statement: Given a Matrix, print the given matrix in spiral order. Examples: Example 1: Input: Matrix[][] = { {

Continue reading
March 27, 2022 Arrays / Data Structure / Matrix

Matrix Boundary Traversal

Problem Statement: Given a matrix, print only the boundary elements of the matrix. Boundary elements are the ones that are

Continue reading
March 12, 2022 Arrays / Data Structure / Matrix

Rotate Matrix anti-clockwise by 90 degree

Problem statement: Given a matrix, your task is to rotate matrix anti-clockwise by 90 degrees. Examples: Example 1: Input: {{1,2,3},

Continue reading
March 7, 2022 Arrays / Data Structure / Matrix

Transpose a Matrix : Program 0(1) space

Problem statement: Transpose a Matrix. Given a matrix, your task is to find its transpose of the given matrix. Transpose:

Continue reading
December 21, 2021 Arrays / Data Structure / Matrix

Set Matrix Zero

Problem Statement: Given a matrix if an element in the matrix is 0 then you will have to set its

Continue reading
December 9, 2021 Arrays / Data Structure / Matrix

Rotate Image by 90 degree

Problem Statement: Given a matrix, your task is to rotate the matrix 90 degrees clockwise. Note: Rotate matrix 90 degrees

Continue reading
October 24, 2021 Arrays / Binary search / Data Structure / Matrix

Search in a sorted 2D matrix

Problem Statement: You have been given a 2-D array ‘mat’ of size ‘N x M’ where ‘N’ and ‘M’ denote

Continue reading
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