It usually takes 21 days to develop a habit. Here at Code Studio by Coding Ninjas, we have created a
Continue readingStriver’s SDE Sheet – Top Coding Interview Problems
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 readingLinear Search Algorithm
Problem Statement: Given an array, and an element num the task is to find if num is present in the given
Continue readingPinelabs Interview Experience: SDE: Set 1
Company Name: Pinelabs Job Role: SDE Years of Experience Required: 2.5 Years Drive: Off-Campus (Referral) Preparation for Pinelabs Topics: Data Structures and
Continue readingTurvo Interview Experience: SDE: Set 1
Company Name: Turvo Job Role: SDE Years of Experience Required: 2.5 Years Drive: Off-Campus (Referral) Preparation for Turvo Topics: Data Structures
Continue readingPattern-1: Rectangular Star Pattern
Problem Statement: Given an integer N, print the following pattern. Examples: Example 1: Input: N = 3 Output: * *
Continue readingTime and Space Complexity – Strivers A2Z DSA Course
In this article, we are going to discuss the terms time complexity and space complexity. Here, we will learn the
Continue readingHashing | Maps | Time Complexity | Collisions | Division Rule of Hashing | Strivers A2Z DSA Course
Hashing: Let’s first try to understand the importance of hashing using an example: Given an array of integers: [1, 2,
Continue readingPrint 1 to N using Recursion
Prerequisite: The learner must know how to write a simple function in any language with parameters. Now, after understanding the
Continue readingPrint N to 1 using Recursion
Prerequisite: The learner must know how to write a simple function in any language with parameters. Now, after understanding the
Continue readingIntroduction to Recursion – Understand Recursion by printing something N times
Pre-requisite: The learner must know how to write a basic function in any language and how to make a function
Continue reading