Flat 15% off on all GeeksforGeeks Courses for Limited time | Use coupon TUF15
Skip to content

takeUforward

~ Strive for Excellence

  • Striver’s SDE Sheet
  • SDE Core Sheet
  • Interview Experience
  • Data Structure
  • Advertise with us
  • Join takeUforward

Category: Hashing

April 3, 2022 Arrays / Data Structure / Hashing

Count Distinct Elements In Every Window

Problem Statement: “Given an array of integers and a number K. Find the count of distinct elements in every window

Continue reading
March 31, 2022 Arrays / Data Structure / Hashing

Longest common span with same sum in binary array

Problem Statement: Given two binary arrays arr1[] and arr2[] of same size N. Find length of the longest common span

Continue reading
March 20, 2022 Arrays / Data Structure / Hashing

Two Odd Occurring

Problem Statement: Find the two numbers which occur an odd number of times in the given unsorted array. Examples: Example

Continue reading
March 20, 2022 Arrays / Data Structure / Hashing

One Odd Occurring

Problem Statement: Given an array of positive integers, where all elements are occurring even a number of times except one

Continue reading
March 16, 2022 Arrays / Data Structure / Hashing

More than n/k Occurences of element in array

“Given an array of N integers, and an integer K. Write a program to find all the elements in an

Continue reading
March 7, 2022 Hashing

What is Hashing?

In this article, we will learn about the most popular question “What is Hashing?” Before that, let’s try to think

Continue reading
February 13, 2022 Hashing

Hashing : Applications

What is hashing?  Hashing refers to the concept of taking an arbitrary amount of data as an input, applying some

Continue reading
February 11, 2022 Hashing

Direct Address Table

Direct Address Table is a data structure that uses arrays to store the data. In the Direct Address Table, the

Continue reading
January 18, 2022 Arrays / Data Structure / Hashing

Remove Duplicates From an Unsorted Array

Problem Statement: Given an unsorted array, remove duplicates from the array. Examples: Example 1: Input: arr[]={2,3,1,9,3,1,3,9} Output: {2,3,1,9} Explanation: Removed

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

1 2 Next Posts»

Subscribe

I want to receive latest posts and interview tips
Loading

Recent Posts

  • Input, Output, and Import in Python
  • Python Operators
  • Python Data Types
  • Type Conversion in Python
  • BuildHeap(), DecreaseKey(), and Delete() in Binary Heap

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