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

March 20, 2022 Data Structure / Linked List / Queue

Implement Queue using Linked List

Problem Statement:  Implement Queue using Singly LinkedList Prerequisites: Queue and LinkedList Data Structure. Detailed Explanation of the Queue and LinkedList

Continue reading
March 16, 2022 Data Structure / Queue

Reversing a Queue

Problem Statement: Given a queue with several elements, Your task is to reverse the queue. Operations allowed on queue data-structure

Continue reading
February 20, 2022 Arrays / Queue

Queue in Data Structure

What is Queue? A queue is a linear list of elements in which deletions can take place only at one

Continue reading
December 12, 2021 Arrays / Data Structure / Queue

Implement Queue Using Array

Problem Statement: Implement Queue Data Structure using Array with all functions like pop, push, top, size, etc. Example: Input: push(4) push(14)

Continue reading
December 7, 2021 Data Structure / Queue / Stack

Implement Queue using Stack

Problem Statement: Given a Stack having some elements stored in it. Can you implement aQueue using the given Stack? Queue:

Continue reading
December 4, 2021 Arrays / Data Structure / Queue

Sliding Window Maximum

Problem Statement: Given an array of integers arr, there is a sliding window of size k which is moving from

Continue reading
December 2, 2021 Arrays / Data Structure / Queue

Rotten Oranges : Min time to rot all oranges : BFS

Problem Statement: You will be given an m x n grid, where each cell has the following values :  2 

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