Skip to content

takeUforward

~ Strive for Excellence

  • Striver’s SDE Sheet
  • SDE Core Sheet
  • CS Subjects
    • Operating Systems
    • Computer Networks
  • Programming
    • Learn C++
    • C++ STL
    • C Programs
    • Data Structure
  • Interview Prep
    • Striver Tree Series
    • Striver DP Series
    • Striver’s CP Sheet
    • TCS NQT Coding Sheet
    • Interview Experience
    • Interview Prep Roadmap
    • Blind 75
  • Advertise with us
  • Courses
December 14, 2021 Arrays / Data Structure

Kadane’s Algorithm : Maximum Subarray Sum in an Array

Problem Statement: Given an integer array arr, find the contiguous subarray (containing at least one number) whichhas the largest sum

Continue reading
December 14, 2021 Binary Tree / Data Structure

Print Root to Node Path in a Binary Tree

Problem Statement: Print Root to Node Path In A Binary Tree. Write a program to print path from root to

Continue reading
December 12, 2021 Binary Tree / Data Structure

Preorder Inorder Postorder Traversals in One Traversal

Problem Statement: Preorder Inorder Postorder Traversals in One Traversal. Write a program to print Preorder, Inorder, and Postorder traversal of the

Continue reading
December 12, 2021 Binary Tree / Data Structure / Recursion / Stack

Post-Order Traversal Of Binary Tree

Problem Statement: Postorder Traversal of a binary tree. Write a program for the postorder traversal of a binary tree. Example: Disclaimer:

Continue reading
December 12, 2021 Binary Tree / Data Structure

Vertical Order Traversal of Binary Tree

Problem Statement: Vertical Order Traversal Of A Binary Tree. Write a program for Vertical Order Traversal order of a Binary Tree.

Continue reading
December 12, 2021 Arrays / Data Structure

Merge two Sorted Arrays Without Extra Space

Problem statement: Given two sorted arrays arr1[] and arr2[] of sizes n and m in non-decreasing order. Merge them in

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 12, 2021 Interview Experience / Interviews

Sprinklr Interview Experience | Set – 1

Company Name: Sprinklr Inc Job Role: Platform Software Engineer/Product Engineer Years of Experience Required: Fresher  Drive: On-Campus CTC: Platform Software

Continue reading
December 11, 2021 Arrays / Data Structure

Merge Overlapping Sub-intervals

Problem Statement: Given an array of intervals, merge all the overlapping intervals and return an array of non-overlapping intervals. Examples

Continue reading
December 11, 2021 Data Structure / Hashing / Linked List

Implement LRU Cache

Problem Statement: “Design a data structure that follows the constraints of Least Recently Used (LRU) cache”. Implement the LRUCache class:

Continue reading

Posts navigation

«Previous Posts 1 … 63 64 65 66 67 … 76 Next Posts»

Subscribe

I want to receive latest posts and interview tips
Loading

Recent Posts

  • Breadth First Search (BFS): Level Order Traversal
  • Connected Components in Graphs
  • Passing 2D arrays as arguments in CPP
  • Python strftime()
  • Graph Representation in C++

Accolite Digital Amazon Arcesium Bank of America Barclays BFS Binary Search Binary Search Tree Commvault CPP DE Shaw DFS DSA Self Paced google HackerEarth infosys inorder Java Juspay Kreeti Technologies Morgan Stanley Newfold Digital Oracle post order pre-order queue recursion Samsung SDE Core Sheet SDE Sheet Searching set-bits sorting sub-array subarray Swiggy takeuforward TCQ NINJA TCS TCS CODEVITA TCS DIGITA; TCS Ninja TCS NQT VMware XOR

Copyright © 2022 takeuforward | All rights reserved