Check out the Most Asked Coding Interview Problem list compiled by Raja Vikramaditya AKA Striver. The sheet is popularly known as “Striver’s SDE Sheet”
Continue readingStrivers A2Z DSA Course/Sheet
The course is made for people who want to learn DSA from A to Z for FREE from one of
Continue readingMost trusted 90 days roadmap to placement – Guaranteed
This roadmap is aimed at helping entry-level software engineering jobs aspirants at top tech product-based companies and startups. Note: Please
Continue readingMUST-DO Questions for [DBMS, CN, OS] Interviews: SDE Core Sheet
(Sheet for the sole purpose of quick revision and preparation in less time) Made with love by takeUforward! What is
Continue readingStriver’s Tree Series : Tree Data Structure
In this post we will check “Striver’s Tree Series : Tree Data Structure”. What is a tree data structure? There
Continue readingTCS NQT Coding Sheet – TCS Coding Questions
This post contains all popular and most frequents coding questions asked in the TCS NQT test and other similar tests.
Continue readingPaid Work from Home Internship at takeUforward!
Hello Fam! Thanks for being a part of the community. We have 50 openings for paid work from home internships
Continue readingFind the highest/lowest frequency element
Problem Statement: Given an array of size N. Find the highest and lowest frequency element. Pre-requisite: Hashing Theory and Counting
Continue readingA Guide on Online C Compiler
Compilers have been acting as a medium between coding and execution, helping programmers to run a program seamlessly. In a
Continue readingBurst Balloons | Partition DP | DP 51
Problem Statement: You are given n balloons, indexed from 0 to n – 1. Each balloon is painted with a
Continue readingEvaluate Boolean Expression to True | Partition DP: DP 52
Problem Statement: Given an expression, A, with operands and operators (OR, AND, XOR), in how many ways can you evaluate
Continue readingPalindrome Partitioning – II | Front Partition : DP 53
Problem Statement: Given a string s, partition s such that every substring of the partition is a palindrome. Return the
Continue readingPartition Array for Maximum Sum | Front Partition : DP 54
Problem Statement: Given an integer array arr, partition the array into (contiguous) subarrays of length at most k. After partitioning,
Continue readingMaximum Rectangle Area with all 1’s | DP on Rectangles: DP 55
Problem Statement: Given a row X cols binary matrix filled with 0’s and 1’s, find the largest rectangle containing only
Continue readingCount Square Submatrices with All 1s | DP on Rectangles : DP 56
Problem Statement: Given an n * m matrix of ones and zeros, return how many square submatrices have all ones.
Continue readingG-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 readingG-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