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

February 26, 2023 Hashing

Hashing | 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 reading
January 29, 2023 Arrays / Hashing

Find 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 reading
July 11, 2022 Arrays / Data Structure / Hashing / Sorting

Contains Duplicate : Check if a value appears atleast twice

Problem Statement: Given an integer array nums, return true if any value appears at least twice in the array, and return

Continue reading
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

Posts navigation

1 2 Next Posts»
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