Skip to content

Collection of interview questions to ace the coding interview!

Notifications You must be signed in to change notification settings

Ibinola/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode

Collection of LeetCode questions to ace the coding interview!

Two Pointers

0015-3sum
0027-remove-element
0088-merge-sorted-array
0125-valid-palindrome
0141-linked-list-cycle
0167-two-sum-ii-input-array-is-sorted
0234-palindrome-linked-list
0283-move-zeroes
0344-reverse-string
0908-middle-of-the-linked-list
1019-squares-of-a-sorted-array

String

0014-longest-common-prefix
0125-valid-palindrome
0242-valid-anagram
0344-reverse-string
0409-longest-palindrome
0782-jewels-and-stones

Array

0001-two-sum
0015-3sum
0027-remove-element
0088-merge-sorted-array
0121-best-time-to-buy-and-sell-stock
0167-two-sum-ii-input-array-is-sorted
0217-contains-duplicate
0283-move-zeroes
1019-squares-of-a-sorted-array

Hash Table

0001-two-sum
0141-linked-list-cycle
0217-contains-duplicate
0242-valid-anagram
0409-longest-palindrome
0782-jewels-and-stones

Sorting

0015-3sum
0088-merge-sorted-array
0217-contains-duplicate
0242-valid-anagram
1019-squares-of-a-sorted-array

Dynamic Programming

0121-best-time-to-buy-and-sell-stock

Binary Search

0167-two-sum-ii-input-array-is-sorted

Greedy

0409-longest-palindrome

Trie

0014-longest-common-prefix

Linked List

0021-merge-two-sorted-lists
0141-linked-list-cycle
0206-reverse-linked-list
0234-palindrome-linked-list
0908-middle-of-the-linked-list

Recursion

0021-merge-two-sorted-lists
0206-reverse-linked-list
0234-palindrome-linked-list

Stack

0234-palindrome-linked-list

LeetCode Topics

Array

0015-3sum

Two Pointers

0015-3sum
0234-palindrome-linked-list

Sorting

0015-3sum

Linked List

0206-reverse-linked-list
0234-palindrome-linked-list
2299-merge-nodes-in-between-zeros

Recursion

0206-reverse-linked-list
0234-palindrome-linked-list

String

0020-valid-parentheses

Stack

0020-valid-parentheses
0234-palindrome-linked-list

Simulation

2299-merge-nodes-in-between-zeros

About

Collection of interview questions to ace the coding interview!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published