Skip to content

Update 5. All.csv #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Goldman Sachs/5. All.csv
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,24 @@ MEDIUM,Longest Substring with At Most K Distinct Characters,20.9,0.4931777177867
MEDIUM,Two Sum II - Input Array Is Sorted,20.9,0.6287747035183215,https://leetcode.com/problems/two-sum-ii-input-array-is-sorted,"Array, Two Pointers, Binary Search"
EASY,Minimum Absolute Difference in BST,20.9,0.5865613649801503,https://leetcode.com/problems/minimum-absolute-difference-in-bst,"Tree, Depth-First Search, Breadth-First Search, Binary Search Tree, Binary Tree"
MEDIUM,Zigzag Conversion,20.9,0.5079122239801885,https://leetcode.com/problems/zigzag-conversion,String
MEDIUM,Remove Comments,,0.309,https://leetcode.com/problems/remove-comments,
MEDIUM,Knight Probability in Chessboard,,0.438,https://leetcode.com/problems/knight-probability-in-chessboard,
HARD,Shortest Subarray with Sum at Least K,,0.219,https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k,
EASY,Design HashMap,,0.557,https://leetcode.com/problems/design-hashmap,
MEDIUM,Minimum Falling Path Sum,,0.585,https://leetcode.com/problems/minimum-falling-path-sum,
EASY,Pairs of Songs With Total Durations Divisible by 60,,0.448,https://leetcode.com/problems/pairs-of-songs-with-total-durations-divisible-by-60,
MEDIUM,Sparse Matrix Multiplication,,0.560,https://leetcode.com/problems/sparse-matrix-multiplication,
EASY,Robot Return to Origin,,0.712,https://leetcode.com/problems/robot-return-to-origin,
MEDIUM,Subsets,,0.522,https://leetcode.com/problems/subsets,
MEDIUM,Search a 2D Matrix II,,0.407,https://leetcode.com/problems/search-a-2d-matrix-ii,
EASY,Maximum Product of Three Numbers,,0.458,https://leetcode.com/problems/maximum-product-of-three-numbers,
MEDIUM,Course Schedule,,0.374,https://leetcode.com/problems/course-schedule,
MEDIUM,Copy List with Random Pointer,,0.266,https://leetcode.com/problems/copy-list-with-random-pointer,
EASY,Min Stack,,0.365,https://leetcode.com/problems/min-stack,
EASY,Min Cost Climbing Stairs,,0.468,https://leetcode.com/problems/min-cost-climbing-stairs,
MEDIUM,Unique Paths II,,0.334,https://leetcode.com/problems/unique-paths-ii,
MEDIUM,Linked List Cycle II,,0.316,https://leetcode.com/problems/linked-list-cycle-ii,
EASY,Count Primes,,0.287,https://leetcode.com/problems/count-primes,
EASY,Palindrome Number,,0.429,https://leetcode.com/problems/palindrome-number,
MEDIUM,Coin Change,,0.299,https://leetcode.com/problems/coin-change,
MEDIUM,Validate Binary Search Tree,,0.256,https://leetcode.com/problems/validate-binary-search-tree,