GoodTecher

Be a Good Techer and Tech for Good. www.goodtecher.com

Skip to content
Menu
  • Home
  • LeetCode
    • Array
    • Binary Search
    • Binary Tree
    • Depth First Search
    • Design
    • Dynamic Programming
    • Linked List
    • Math
    • Stack
    • String
    • Two Pointers
    • Union Find
  • Useful

Tag: Adobe Interview Question

  • Posted on March 26, 2020August 17, 2021
  • LeetCode

LeetCode 206. Reverse Linked List

Description https://leetcode.com/problems/reverse-linked-list/ Given the head of a singly linked list, reverse the list, and return the reversed list. Example 1: Input: head =…

Continue Reading
  • Posted on March 23, 2020July 25, 2021
  • LeetCode

LeetCode 38. Count and Say

Description https://leetcode.com/problems/count-and-say/ The count-and-say sequence is a sequence of digit strings defined by the recursive formula: countAndSay(1) = “1” countAndSay(n) is the way…

Continue Reading
  • Posted on March 22, 2020September 22, 2021
  • LeetCode

LeetCode 242. Valid Anagram

Description https://leetcode.com/problems/valid-anagram/ Given two strings s and t , write a function to determine if t is an anagram of s. Example 1: Input: s = “anagram”,…

Continue Reading
  • Posted on March 22, 2020August 19, 2021
  • LeetCode

LeetCode 125. Valid Palindrome

Description https://leetcode.com/problems/valid-palindrome/ Given a string s, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Example 1:…

Continue Reading
  • Posted on March 22, 2020March 22, 2020
  • Array

LeetCode 136. Single Number

Description https://leetcode.com/problems/single-number/ Given a non-empty array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have…

Continue Reading
  • Posted on March 22, 2020May 15, 2020
  • Interview

Easy Collection Top Interview Questions

Total 49 Questions. Array Array type of questions were asked in interviews frequently. You will most likely encounter one during…

Continue Reading
  • Posted on March 22, 2020March 22, 2020
  • Array

LeetCode 36. Valid Sudoku

Description https://leetcode.com/problems/valid-sudoku/ Determine if a 9×9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: Each…

Continue Reading
  • Posted on March 22, 2020March 22, 2020
  • Array

LeetCode 48. Rotate Image

Description https://leetcode.com/problems/rotate-image/ You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Note: You have…

Continue Reading
  • Posted on March 21, 2020July 5, 2021
  • Array

LeetCode 283. Move Zeroes

Description https://leetcode.com/problems/move-zeroes/ Given an integer array nums, move all 0‘s to the end of it while maintaining the relative order of the…

Continue Reading
  • Posted on March 20, 2020July 22, 2021
  • Array

LeetCode 350. Intersection of Two Arrays II

Description https://leetcode.com/problems/intersection-of-two-arrays-ii/ Given two integer arrays nums1 and nums2, return an array of their intersection. Each element in the result must appear as many…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 52 Page 53 Page 54 Next Page

Follow GoodTecher

Categories

  • HackerRank (1)
  • Interview (7)
  • LeetCode (588)
    • Array (185)
    • Backtracking (18)
    • Binary Search (19)
    • Binary Tree (63)
    • Bit Manipulation (15)
    • Database (40)
    • Depth First Search (6)
    • Design (10)
    • Dynamic Programming (17)
    • Graph (18)
    • Greedy (5)
    • Heap (1)
    • Linked List (26)
    • Math (36)
    • Recursion (3)
    • Sorting (11)
    • Stack (11)
    • String (95)
    • Two Pointers (12)
    • Union Find (2)
  • Machine Learning (7)
  • Technical Solutions (2)
  • Useful (3)
© Copyright 2025 – GoodTecher
Cell Theme by DesignOrbital ⋅ Powered by WordPress