Skip to content

cocokaribou/Algorithm-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

146 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm-Source-Code

Algorithm Source Code

LeetCode Topics

Array

0011-container-with-most-water
0048-rotate-image
0200-number-of-islands
0238-product-of-array-except-self
0532-k-diff-pairs-in-an-array
0605-can-place-flowers
1528-kids-with-the-greatest-number-of-candies
2038-nearest-exit-from-entrance-in-maze
2604-minimum-operations-to-make-array-equal-ii

Math

0009-palindrome-number
0013-roman-to-integer
0048-rotate-image
1146-greatest-common-divisor-of-strings
2149-remove-colored-pieces-if-both-neighbors-are-the-same-color
2604-minimum-operations-to-make-array-equal-ii

Greedy

0011-container-with-most-water
0605-can-place-flowers
2149-remove-colored-pieces-if-both-neighbors-are-the-same-color
2604-minimum-operations-to-make-array-equal-ii

String

0013-roman-to-integer
0014-longest-common-prefix
0020-valid-parentheses
0151-reverse-words-in-a-string
0345-reverse-vowels-of-a-string
1146-greatest-common-divisor-of-strings
1894-merge-strings-alternately
2149-remove-colored-pieces-if-both-neighbors-are-the-same-color

Game Theory

2149-remove-colored-pieces-if-both-neighbors-are-the-same-color

Hash Table

0013-roman-to-integer
0532-k-diff-pairs-in-an-array

Trie

0014-longest-common-prefix

Stack

0020-valid-parentheses

Linked List

0021-merge-two-sorted-lists
0025-reverse-nodes-in-k-group

Recursion

0021-merge-two-sorted-lists
0025-reverse-nodes-in-k-group

Two Pointers

0011-container-with-most-water
0151-reverse-words-in-a-string
0345-reverse-vowels-of-a-string
0532-k-diff-pairs-in-an-array
1894-merge-strings-alternately

Prefix Sum

0238-product-of-array-except-self

Breadth-First Search

0200-number-of-islands
0226-invert-binary-tree
2038-nearest-exit-from-entrance-in-maze

Matrix

0048-rotate-image
0200-number-of-islands
2038-nearest-exit-from-entrance-in-maze

Tree

0226-invert-binary-tree

Depth-First Search

0200-number-of-islands
0226-invert-binary-tree

Binary Tree

0226-invert-binary-tree

Union Find

0200-number-of-islands

Binary Search

0532-k-diff-pairs-in-an-array

Sorting

0532-k-diff-pairs-in-an-array

About

baekoon, leetcode, programmers etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors