Skip to content

sakzk/leetcode

Repository files navigation

leetcode

ソフトウェアエンジニアに必要とされるコーディング能力の習得を目的として、Neetcode150 を解き、講師役や参加者の方からフィードバックを受けるためのリポジトリです。

問題リスト

Arrays & Hashing

  • Contains Duplicate
  • Valid Anagram
  • Two Sum
  • Group Anagrams
  • Top K Frequent Elements
  • Encode and Decode Strings
  • Product of Array Except Self
  • Valid Sudoku
  • Longest Consecutive Sequence

Two Pointers

  • Valid Palindrome
  • Two Sum II Input Array Is Sorted
  • 3Sum
  • Container With Most Water

Sliding Window

  • Best Time to Buy And Sell Stock
  • Longest Substring Without Repeating Characters
  • Longest Repeating Character Replacement
  • Permutation In String
  • Minimum Window Substring
  • Sliding Window Maximum

Stack

  • Valid Parentheses
  • Min Stack
  • Evaluate Reverse Polish Notation
  • Generate Parentheses
  • Daily Temperatures
  • Car Fleet
  • Largest Rectangle In Histogram

Binary Search

  • Binary Search
  • Search a 2D Matrix
  • Koko Eating Bananas
  • Find Minimum In Rotated Sorted Array
  • Search In Rotated Sorted Array
  • Time Based Key Value Store
  • Median of Two Sorted Arrays

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages